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 SummaryFieldsFields inherited from class de.uzl.its.swat.symbolic.instruction.Instructioniid, mid
- 
Constructor SummaryConstructorsConstructorDescriptionGETVALUE_Object(int v, T val, int i) Creates a new value fetch instruction for objects.
- 
Method SummaryMethods inherited from class de.uzl.its.swat.symbolic.instruction.InstructiongenericToString
- 
Field Details- 
vpublic int v
- 
ipublic int i
- 
val
 
- 
- 
Constructor Details- 
GETVALUE_ObjectCreates a new value fetch instruction for objects.- Parameters:
- v- the address of the value
- val- the concrete value
- i- an identifier
 
 
- 
- 
Method Details- 
acceptAccept method for the visitor.- Specified by:
- acceptin class- Instruction
- Parameters:
- visitor- the visitor
 
- 
toStringReturns the string representation of the instruction.
 
-