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
Fields inherited from class de.uzl.its.swat.symbolic.instruction.Instruction
iid, mid
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
Abstract 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:Instruction
Abstract accept method for the visitor.- Specified by:
accept
in classInstruction
- Parameters:
visitor
- the visitor
-
genericToString
Description copied from class:Instruction
Returns the string representation of the instruction.- Overrides:
genericToString
in classInstruction
- Parameters:
type
- Instruction specific information- Returns:
- the representation.
-