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, requiresTransaction
public BranchingInstruction(BranchingStatement bs)
public void process(ProcedurePlan env) throws TeiidComponentException
ProgramInstruction
increment
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 ProgramInstruction
TeiidComponentException
public PlanNode getDescriptionProperties()
getDescriptionProperties
in class ProgramInstruction
Copyright © 2019. All rights reserved.