Class GETVALUE_Object<T>
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.GETVALUE_Object<T>
- Type Parameters:
T
- the type of the concrete object
- All Implemented Interfaces:
Serializable
GETVALUE_Object - 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
ConstructorDescriptionGETVALUE_Object
(int v, T val, int i) Creates a new value fetch instruction for objects. -
Method Summary
Methods inherited from class de.uzl.its.swat.symbolic.instruction.Instruction
genericToString
-
Field Details
-
v
public int v -
i
public int i -
val
-
-
Constructor Details
-
GETVALUE_Object
Creates a new value fetch instruction for objects.- Parameters:
v
- the address of the valueval
- the concrete valuei
- an identifier
-
-
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.
-