de.fub.bytecode.generic
Class ISTORE

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

public class ISTORE
extends LocalVariableInstruction

ISTORE - Store int into local variable Stack ..., value -> ...

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

Fields inherited from class de.fub.bytecode.generic.Instruction
length, tag
 
Constructor Summary
ISTORE(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

ISTORE

public ISTORE(int n)