Class NEW
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.NEW
- All Implemented Interfaces:
Serializable
NEW - Create new object. 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
-
cIdx
public int cIdx
-
-
Constructor Details
-
NEW
Creates a new NEW instruction.- Parameters:
iid
- instruction id.mid
- method id.type
- the type of the object to be createdcIdx
- the class index
-
-
Method Details
-
accept
Accept method for the visitor.- Specified by:
accept
in classInstruction
- Parameters:
visitor
- the visitor
-
toString
Returns the string representation of the instruction.
-