public class BranchingInstruction extends ProgramInstruction
This ProgramInstruction continue with the next loop when processed
| Constructor and Description |
|---|
BranchingInstruction(BranchingStatement bs) |
| Modifier and Type | Method and Description |
|---|---|
PlanNode |
getDescriptionProperties() |
void |
process(ProcedurePlan env)
Allow this instruction to do whatever processing it needs, and to
in turn manipulate the running program.
|
String |
toString() |
clone, requiresTransactionpublic BranchingInstruction(BranchingStatement bs)
public void process(ProcedurePlan env) throws TeiidComponentException
ProgramInstructionincrement the program counter of the current program, but specialized
instructions may add sub programs to the stack or not increment the counter (so that they are executed again.)process in class ProgramInstructionTeiidComponentExceptionpublic PlanNode getDescriptionProperties()
getDescriptionProperties in class ProgramInstructionCopyright © 2019. All rights reserved.