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)
           

Methods inherited from class jellyj.classfile.classgen.CPInstruction
dump, getIndex, setIndex, toString

Methods inherited from class jellyj.classfile.classgen.Instruction
consumeStack, copy, getLength, getPosition, getTag, produceStack, readInstruction, setPosition

Constructor Detail

INSTANCEOF

INSTANCEOF()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

INSTANCEOF

public INSTANCEOF(int index)