Class GETVALUE_byte
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_byte
- All Implemented Interfaces:
- Serializable
GETVALUE_byte - 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_byte(byte v, int i) Creates a new value fetch instruction for bytes.
- 
Method SummaryMethods inherited from class de.uzl.its.swat.symbolic.instruction.GETVALUE_primitivegenericToString
- 
Constructor Details- 
GETVALUE_bytepublic GETVALUE_byte(byte v, int i) Creates a new value fetch instruction for bytes.- 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.
 
-