Class INVOKEMETHOD_EXCEPTION
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.INVOKEMETHOD_EXCEPTION
- All Implemented Interfaces:
Serializable
INVOKEMETHOD_EXCEPTION - Custom method handled as an instruction to signalize a method end. Used
to detect exceptions.
- 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
-
INVOKEMETHOD_EXCEPTION
public INVOKEMETHOD_EXCEPTION()
-
-
Method Details
-
accept
Accept method for the visitor.- Specified by:
accept
in classInstruction
- Parameters:
visitor
- the visitor
-
toString
-