jellyj.classfile.classgen
Class FADD

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

public class FADD
extends Instruction

FADD - Add floats Stack: ..., value1, value2 -> result

Author:
JellyJ Design Group

Constructor Summary
FADD()
           

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

Constructor Detail

FADD

public FADD()