de.fub.bytecode.generic
Class ASTORE

java.lang.Object
  |
  +--de.fub.bytecode.generic.Instruction
        |
        +--de.fub.bytecode.generic.LocalVariableInstruction
              |
              +--de.fub.bytecode.generic.ASTORE

public class ASTORE
extends LocalVariableInstruction

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

Version:
$Id: ASTORE.java,v 1.3 1999/08/13 08:18:24 dahm Exp $
Author:
M. Dahm
See Also:
Serialized Form

Fields inherited from class de.fub.bytecode.generic.Instruction
length, tag
 
Constructor Summary
ASTORE(int n)
           
 
Methods inherited from class de.fub.bytecode.generic.LocalVariableInstruction
dump, getIndex, initFromFile, setIndex, toString
 
Methods inherited from class de.fub.bytecode.generic.Instruction
consumeStack, consumeStack, copy, getLength, getTag, produceStack, produceStack, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTORE

public ASTORE(int n)