Class LOOP_BEGIN
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.LOOP_BEGIN
- All Implemented Interfaces:
- Serializable
LOOP_BEGIN - Custom method call handled as an instruction to detect the beginning of loops.
- See Also:
- 
Field SummaryFields 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
- 
Constructor Details- 
LOOP_BEGINpublic LOOP_BEGIN(int iid) Creates a new loop beginning marker instruction.- Parameters:
- iid- instruction id.
 
 
- 
- 
Method Details- 
acceptAccept method for the visitor.- Specified by:
- acceptin class- Instruction
- Parameters:
- visitor- the visitor
 
- 
toStringReturns the string representation of the instruction.
 
-