jellyj.classfile.classgen
Class IASTORE

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

public class IASTORE
extends Instruction

IASTORE - Store into int array Stack: ..., arrayref, index, value -> ...

Author:
JellyJ Design Group

Constructor Summary
IASTORE()
           

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

Constructor Detail

IASTORE

public IASTORE()