Class LOOP_END
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.LOOP_END
- All Implemented Interfaces:
Serializable
LOOP_END - Custom method call handled as an instruction to detect the end of loops.
- See Also:
-
Field Summary
Fields inherited from class de.uzl.its.swat.symbolic.instruction.Instruction
iid, mid
-
Constructor Summary
-
Method Summary
Methods inherited from class de.uzl.its.swat.symbolic.instruction.Instruction
genericToString
-
Constructor Details
-
LOOP_END
public LOOP_END(int iid) Creates a new loop end marker instruction.- Parameters:
iid
- instruction id.
-
-
Method Details
-
accept
Accept method for the visitor.- Specified by:
accept
in classInstruction
- Parameters:
visitor
- the visitor
-
toString
Returns the string representation of the instruction.
-