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