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