Class GETVALUE_primitive
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.GETVALUE_primitive
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GETVALUE_boolean,GETVALUE_byte,GETVALUE_char,GETVALUE_double,GETVALUE_float,GETVALUE_int,GETVALUE_long,GETVALUE_short
- See Also:
-
Field Summary
FieldsFields inherited from class de.uzl.its.swat.symbolic.instruction.Instruction
iid, mid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidAbstract accept method for the visitor.genericToString(String type) Returns the string representation of the instruction.
-
Field Details
-
v
-
i
public int i
-
-
Constructor Details
-
GETVALUE_primitive
-
-
Method Details
-
accept
Description copied from class:InstructionAbstract accept method for the visitor.- Specified by:
acceptin classInstruction- Parameters:
visitor- the visitor
-
genericToString
Description copied from class:InstructionReturns the string representation of the instruction.- Overrides:
genericToStringin classInstruction- Parameters:
type- Instruction specific information- Returns:
- the representation.
-