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 SummaryFields inherited from class de.uzl.its.swat.symbolic.instruction.Instructioniid, mid
- 
Constructor SummaryConstructorsConstructorDescriptionINSTANCEOF(int iid, int mid, String type) Creates a new INSTANCEOF instruction.
- 
Method SummaryMethods inherited from class de.uzl.its.swat.symbolic.instruction.InstructiongenericToString
- 
Constructor Details- 
INSTANCEOFCreates a new INSTANCEOF instruction.- Parameters:
- iid- instruction id.
- mid- method id.
- type- the type to check against
 
 
- 
- 
Method Details- 
acceptAccept method for the visitor.- Specified by:
- acceptin class- Instruction
- Parameters:
- visitor- the visitor
 
- 
toStringReturns the string representation of the instruction.
 
-