jellyj.classfile.classgen
Class FNEG

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

public class FNEG
extends Instruction

FNEG - Negate float Stack: ..., value -> ..., result

Author:
JellyJ Design Group

Constructor Summary
FNEG()
           

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

Constructor Detail

FNEG

public FNEG()