Class GETVALUE_int
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.GETVALUE_primitive
de.uzl.its.swat.symbolic.instruction.GETVALUE_int
- All Implemented Interfaces:
Serializable
GETVALUE_int - 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.GETVALUE_primitive
i, vFields inherited from class de.uzl.its.swat.symbolic.instruction.Instruction
iid, mid -
Constructor Summary
ConstructorsConstructorDescriptionGETVALUE_int(int v, int i) Creates a new value fetch instruction for integers. -
Method Summary
Methods inherited from class de.uzl.its.swat.symbolic.instruction.GETVALUE_primitive
genericToString
-
Constructor Details
-
GETVALUE_int
public GETVALUE_int(int v, int i) Creates a new value fetch instruction for integers.- Parameters:
v- the concrete valuei- symbolic marker (1 if symbolic else 0)
-
-
Method Details
-
accept
Accept method for the visitor.- Specified by:
acceptin classGETVALUE_primitive- Parameters:
visitor- the visitor
-
toString
Returns the string representation of the instruction.
-