Class MAKE_SYMBOLIC
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.MAKE_SYMBOLIC
- All Implemented Interfaces:
Serializable
MAKE_SYMBOLIC - Custom method call handled as an instruction to initiate symbolic tracking of
variables.
- 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
-
MAKE_SYMBOLIC
public MAKE_SYMBOLIC()Creates a new symbolic marker instruction.
-
-
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.
-