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)
           

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

CHECKCAST

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

CHECKCAST

public CHECKCAST(int index)