|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.query.processor.program.ProgramInstruction
com.metamatrix.query.processor.proc.ContinueInstruction
com.metamatrix.query.processor.proc.BreakInstruction
public class BreakInstruction
This ProgramInstruction break from a loop when processed
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
BreakInstruction()
|
|
| Method Summary | |
|---|---|
java.util.Map |
getDescriptionProperties()
Get a description as a set of properties of primitive types such as String, Integer, etc. |
void |
process(ProcedurePlan env)
Allow this instruction to do whatever processing it needs, and to in turn manipulate the running program, (via the ProcessorEnvironment getProgramStack method.) A typical instruction should simply 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.) |
java.lang.String |
toString()
|
| Methods inherited from class com.metamatrix.query.processor.program.ProgramInstruction |
|---|
clone, getChildPlans |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BreakInstruction()
| Method Detail |
|---|
public java.lang.String toString()
toString in class ContinueInstruction
public void process(ProcedurePlan env)
throws MetaMatrixComponentException
ProgramInstructiongetProgramStack method.) A typical instruction should simply 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 ContinueInstructionMetaMatrixComponentExceptionpublic java.util.Map getDescriptionProperties()
Describable
getDescriptionProperties in interface DescribablegetDescriptionProperties in class ContinueInstruction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||