jellyj.classfile.classgen
Class FASTORE

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

public class FASTORE
extends Instruction

FASTORE - Store into float array Stack: ..., arrayref, index, value -> ...

Author:
JellyJ Design Group

Constructor Summary
FASTORE()
           

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

Constructor Detail

FASTORE

public FASTORE()