jellyj.classfile.classgen
Class CHECKCAST
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.CPInstruction
|
+--jellyj.classfile.classgen.CHECKCAST
- public class CHECKCAST
- extends CPInstruction
CHECKCAST - Check whether object is of given type
Stack: ..., objectref -> ..., objectref
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | CHECKCAST() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| CHECKCAST(int index) |
CHECKCAST
CHECKCAST()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
CHECKCAST
public CHECKCAST(int index)