de.fub.bytecode.generic
Class ALOAD

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

public class ALOAD
extends LocalVariableInstruction
implements PushInstruction

ALOAD - Load reference from local variable Stack ... -> ..., objectref

Version:
$Id: ALOAD.java,v 1.4 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
ALOAD(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

ALOAD

public ALOAD(int n)