- bounds - Variable in exception org.jamplate.model.TreeOutOfBoundsException
-
The tree that defines the bounds.
- BranchExecInstr0Instr1Instr2 - Class in org.jamplate.impl.instruction
-
BRANCH( EXEC( INSTR0 ) , INSTR1 , INSTR2 )
- BranchExecInstr0Instr1Instr2(Instruction, Instruction) - Constructor for class org.jamplate.impl.instruction.BranchExecInstr0Instr1Instr2
-
Construct a new instruction that executes the given instruction0
and
executes the given instruction1
when the condition succeed.
- BranchExecInstr0Instr1Instr2(Instruction, Instruction, Instruction) - Constructor for class org.jamplate.impl.instruction.BranchExecInstr0Instr1Instr2
-
Construct a new instruction that executes the given instruction0
and
executes the given instruction1
when the condition succeed and execute the
given instruction2
when the condition fails.
- BranchExecInstr0Instr1Instr2(Tree, Instruction, Instruction) - Constructor for class org.jamplate.impl.instruction.BranchExecInstr0Instr1Instr2
-
Construct a new instruction that executes the given instruction0
and
executes the given instruction1
when the condition succeed.
- BranchExecInstr0Instr1Instr2(Tree, Instruction, Instruction, Instruction) - Constructor for class org.jamplate.impl.instruction.BranchExecInstr0Instr1Instr2
-
Construct a new instruction that executes the given instruction0
and
executes the given instruction1
when the condition succeed and execute the
given instruction2
when the condition fails.