jellyj.classfile.classgen
Class IALOAD

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

public class IALOAD
extends Instruction

IALOAD - Load int from array Stack: ..., arrayref, index -> ..., value

Author:
JellyJ Design Group

Constructor Summary
IALOAD()
           

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

Constructor Detail

IALOAD

public IALOAD()