All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.classgen.INSTANCEOF
java.lang.Object
|
+----espresso.classfile.classgen.Instruction
|
+----espresso.classfile.classgen.CPInstruction
|
+----espresso.classfile.classgen.INSTANCEOF
- public class INSTANCEOF
- extends CPInstruction
INSTANCEOF - Determine if object is of given type
Stack: ..., objectref -> ..., result
-
INSTANCEOF()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
INSTANCEOF(int)
-
INSTANCEOF
INSTANCEOF()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
INSTANCEOF
public INSTANCEOF(int index)
All Packages Class Hierarchy This Package Previous Next Index