jellyj.classfile.classgen
Class LCONST

jellyj.classfile.classgen.Instruction
  |
  +--jellyj.classfile.classgen.LCONST

public class LCONST
extends Instruction

LCONST - Push 0 or 1, other values cause an exception Stack: ... -> ...,

Author:
JellyJ Design Group

Constructor Summary
 (package private) LCONST()
          Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 LCONST(long f)
           

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

Constructor Detail

LCONST

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

LCONST

public LCONST(long f)