Class ANEWARRAY
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.ANEWARRAY
- All Implemented Interfaces:
Serializable
ANEWARRAY - Create new array of reference. For more information see the Java VM
specification.
- See Also:
-
Field Summary
FieldsFields 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
-
Field Details
-
type
-
-
Constructor Details
-
ANEWARRAY
Creates a new ANEWARRAY instruction.- Parameters:
iid- instruction id.mid- method id.type- type of the array to create.
-
-
Method Details
-
accept
Accept method for the visitor.- Specified by:
acceptin classInstruction- Parameters:
visitor- the visitor
-
toString
Returns the string representation of the instruction.
-