Class SPECIAL
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.SPECIAL
- All Implemented Interfaces:
- Serializable
A special probe instruction added by the instrumentation. The int value identifies which branch
 does the instruction correspond to.
- See Also:
- 
Field SummaryFieldsFields inherited from class de.uzl.its.swat.symbolic.instruction.Instructioniid, mid
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class de.uzl.its.swat.symbolic.instruction.InstructiongenericToString
- 
Field Details- 
ipublic int i
 
- 
- 
Constructor Details- 
SPECIALpublic SPECIAL(int i) Creates a new SPECIAL instruction.- Parameters:
- i- marker value
 
 
- 
- 
Method Details- 
acceptAccept method for the visitor.- Specified by:
- acceptin class- Instruction
- Parameters:
- visitor- the visitor
 
- 
toStringReturns the string representation of the instruction.
 
-