jellyj.classfile.classgen
Class DCONST

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

public class DCONST
extends Instruction

DCONST - Push 0.0 or 1.0, other values cause an exception Stack: ... -> ...,

Author:
JellyJ Design Group

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

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

Constructor Detail

DCONST

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

DCONST

public DCONST(double f)