jellyj.classfile.classgen
Class ASTORE

jellyj.classfile.classgen.Instruction
  |
  +--jellyj.classfile.classgen.LocalVariableInstruction
        |
        +--jellyj.classfile.classgen.ASTORE

public class ASTORE
extends LocalVariableInstruction

ASTORE - Store reference into local variable Stack ..., objectref -> ...

Author:
JellyJ Design Group

Constructor Summary
 (package private) ASTORE()
          Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 ASTORE(int n)
           

Methods inherited from class jellyj.classfile.classgen.LocalVariableInstruction
dump, getIndex, setIndex, toString

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

Constructor Detail

ASTORE

ASTORE()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

ASTORE

public ASTORE(int n)