Class GETVALUE_void
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.GETVALUE_void
- All Implemented Interfaces:
Serializable
GETVALUE_void - Custom method call handled as an instruction to fetch the concrete value that was
produced/ loaded by another instruction.
- 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
-
GETVALUE_void
public GETVALUE_void()Creates a new value fetch instruction for voids.
-
-
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.
-