Class GETVALUE_float
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_float
- All Implemented Interfaces:
Serializable
GETVALUE_float - 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, v
Fields inherited from class de.uzl.its.swat.symbolic.instruction.Instruction
iid, mid
-
Constructor Summary
ConstructorDescriptionGETVALUE_float
(float v, int i) Creates a new value fetch instruction for floats. -
Method Summary
Methods inherited from class de.uzl.its.swat.symbolic.instruction.GETVALUE_primitive
genericToString
-
Constructor Details
-
GETVALUE_float
public GETVALUE_float(float v, int i) Creates a new value fetch instruction for floats.- Parameters:
v
- the concrete valuei
- an identifier
-
-
Method Details
-
accept
Accept method for the visitor.- Specified by:
accept
in classGETVALUE_primitive
- Parameters:
visitor
- the visitor
-
toString
Returns the string representation of the instruction.
-