jellyj.classfile.classgen
Class FCMPG

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

public class FCMPG
extends Instruction

FCMPG - Compare floats: value1 > value2 Stack: ..., value1, value2 -> ..., result

Author:
JellyJ Design Group

Constructor Summary
FCMPG()
           

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

Constructor Detail

FCMPG

public FCMPG()