Class ICONST_3
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.ICONST_3
- All Implemented Interfaces:
Serializable
ICONST_3 - Push int constant (3). For more information see the Java VM
specification.
- See Also:
-
Field Summary
Fields inherited from class de.uzl.its.swat.symbolic.instruction.Instruction
iid, mid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.uzl.its.swat.symbolic.instruction.Instruction
genericToString
-
Constructor Details
-
ICONST_3
public ICONST_3(int iid, int mid) Creates a new ICONST_3 instruction.- Parameters:
iid- instruction id.mid- method id.
-
-
Method Details
-
accept
Accept method for the visitor.- Specified by:
acceptin classInstruction- Parameters:
visitor- the visitor
-
toString
Returns the string representation of the instruction.
-