jellyj.classfile.classgen
Class FCONST

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

public class FCONST
extends Instruction

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

Author:
JellyJ Design Group

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

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

Constructor Detail

FCONST

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

FCONST

public FCONST(float f)