Class INSTANCEOF
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.INSTANCEOF
- All Implemented Interfaces:
Serializable
INSTANCEOF - Determine if object is of given type. 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
ConstructorDescriptionINSTANCEOF
(int iid, int mid, String type) Creates a new INSTANCEOF instruction. -
Method Summary
Methods inherited from class de.uzl.its.swat.symbolic.instruction.Instruction
genericToString
-
Constructor Details
-
INSTANCEOF
Creates a new INSTANCEOF instruction.- Parameters:
iid
- instruction id.mid
- method id.type
- the type to check against
-
-
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.
-