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