Class NEWARRAY
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.NEWARRAY
- All Implemented Interfaces:
Serializable
NEWARRAY - Create new array. 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
-
Method Summary
Methods inherited from class de.uzl.its.swat.symbolic.instruction.Instruction
genericToString
-
Field Details
-
atype
public int atype
-
-
Constructor Details
-
NEWARRAY
public NEWARRAY(int iid, int mid, int atype) Creates a new NEWARRAY instruction.- Parameters:
iid
- instruction id.mid
- method id.atype
- the type of the array to be created
-
-
Method Details
-
accept
Accept method for the visitor.- Specified by:
accept
in classInstruction
- Parameters:
visitor
- the visitor
-
toString
-