jellyj.classfile.classgen
Class AASTORE

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

public class AASTORE
extends Instruction

AASTORE - Store into reference array Stack: ..., arrayref, index, value -> ...

Author:
JellyJ Design Group

Constructor Summary
AASTORE()
           

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

Constructor Detail

AASTORE

public AASTORE()