Class GETVALUE_long
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_long
- All Implemented Interfaces:
- Serializable
GETVALUE_long - Custom method call handled as an instruction to fetch the concrete value that was
 produced/ loaded by another instruction.
- See Also:
- 
Field SummaryFields inherited from class de.uzl.its.swat.symbolic.instruction.GETVALUE_primitivei, vFields inherited from class de.uzl.its.swat.symbolic.instruction.Instructioniid, mid
- 
Constructor SummaryConstructorsConstructorDescriptionGETVALUE_long(long v, int i) Creates a new value fetch instruction for longs.
- 
Method SummaryMethods inherited from class de.uzl.its.swat.symbolic.instruction.GETVALUE_primitivegenericToString
- 
Constructor Details- 
GETVALUE_longpublic GETVALUE_long(long v, int i) Creates a new value fetch instruction for longs.- Parameters:
- v- the concrete value
- i- an identifier
 
 
- 
- 
Method Details- 
acceptAccept method for the visitor.- Specified by:
- acceptin class- GETVALUE_primitive
- Parameters:
- visitor- the visitor
 
- 
toStringReturns the string representation of the instruction.
 
-