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 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_int(int v, int i) Creates a new value fetch instruction for integers.
- 
Method SummaryMethods inherited from class de.uzl.its.swat.symbolic.instruction.GETVALUE_primitivegenericToString
- 
Constructor Details- 
GETVALUE_intpublic GETVALUE_int(int v, int i) Creates a new value fetch instruction for integers.- Parameters:
- v- the concrete value
- i- symbolic marker (1 if symbolic else 0)
 
 
- 
- 
Method Details- 
acceptAccept method for the visitor.- Specified by:
- acceptin class- GETVALUE_primitive
- Parameters:
- visitor- the visitor
 
- 
toStringReturns the string representation of the instruction.
 
-