jellyj.classfile.classgen
Class FDIV

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

public class FDIV
extends Instruction

FDIV - Divide floats Stack: ..., value1, value2 -> result

Author:
JellyJ Design Group

Constructor Summary
FDIV()
           

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

Constructor Detail

FDIV

public FDIV()