Class GeneratedInstruction
- java.lang.Object
 - 
- jetbrains.mps.lang.dataFlow.framework.instructions.Instruction
 - 
- jetbrains.mps.analyzers.runtime.framework.GeneratedInstruction
 
 
 
- 
public abstract class GeneratedInstruction extends Instruction
 
- 
- 
Field Summary
- 
Fields inherited from class jetbrains.mps.lang.dataFlow.framework.instructions.Instruction
myBlockInfo, myIndex, myJumps, myProgram, myRuleReference, mySource, myUserObjects 
 - 
 
- 
Constructor Summary
Constructors Constructor Description GeneratedInstruction() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParameter(Object p)ObjectgetParameter()ObjectgetParameter(int index)ListgetParameters()- 
Methods inherited from class jetbrains.mps.lang.dataFlow.framework.instructions.Instruction
addJump, buildCaches, commandPresentation, getEnclosingBlock, getIndex, getJumps, getProgram, getRuleReference, getSource, getUserObject, isAfter, isBefore, isStart, pred, pred, putUserObject, removeJump, setIndex, setProgram, setRuleReference, setSource, succ, succ, toString 
 - 
 
 -