Class ReadInstruction
- java.lang.Object
 - 
- jetbrains.mps.lang.dataFlow.framework.instructions.Instruction
 - 
- jetbrains.mps.lang.dataFlow.framework.instructions.ReadInstruction
 
 
 
- 
public class ReadInstruction 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 ReadInstruction(Object var)ReadInstruction(String ruleNodeReference, Object var) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildCaches()StringcommandPresentation()ObjectgetVariable()intgetVariableIndex()- 
Methods inherited from class jetbrains.mps.lang.dataFlow.framework.instructions.Instruction
addJump, getEnclosingBlock, getIndex, getJumps, getProgram, getRuleReference, getSource, getUserObject, isAfter, isBefore, isStart, pred, pred, putUserObject, removeJump, setIndex, setProgram, setRuleReference, setSource, succ, succ, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getVariable
public Object getVariable()
 
- 
getVariableIndex
public int getVariableIndex()
 
- 
buildCaches
public void buildCaches()
- Overrides:
 buildCachesin classInstruction
 
- 
commandPresentation
public String commandPresentation()
- Specified by:
 commandPresentationin classInstruction
 
 - 
 
 -