jellyj.classfile.classgen
Class FALOAD

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

public class FALOAD
extends Instruction

FALOAD - Load float from array Stack: ..., arrayref, index -> ..., value

Author:
JellyJ Design Group

Constructor Summary
FALOAD()
           

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

Constructor Detail

FALOAD

public FALOAD()