de.fub.bytecode.generic
Class PUTSTATIC

java.lang.Object
  |
  +--de.fub.bytecode.generic.Instruction
        |
        +--de.fub.bytecode.generic.CPInstruction
              |
              +--de.fub.bytecode.generic.FieldOrMethod
                    |
                    +--de.fub.bytecode.generic.FieldInstruction
                          |
                          +--de.fub.bytecode.generic.PUTSTATIC

public class PUTSTATIC
extends FieldInstruction
implements ExceptionThrower

PUTSTATIC - Put static field in class

Stack: ..., objectref, value -> ...
OR
Stack: ..., objectref, value.word1, value.word2 -> ...

Version:
$Id: PUTSTATIC.java,v 1.6 1999/09/09 07:43:00 dahm Exp $
Author:
M. Dahm
See Also:
Serialized Form

Fields inherited from class de.fub.bytecode.generic.CPInstruction
index
 
Fields inherited from class de.fub.bytecode.generic.Instruction
length, tag
 
Constructor Summary
PUTSTATIC(int index)
           
 
Method Summary
 int consumeStack(ConstantPoolGen cpg)
           
 java.lang.Class[] getExceptions()
           
 
Methods inherited from class de.fub.bytecode.generic.FieldInstruction
getFieldName, getFieldSize, getFieldType, getType, toString
 
Methods inherited from class de.fub.bytecode.generic.FieldOrMethod
getClassName, getClassType, getName, getSignature
 
Methods inherited from class de.fub.bytecode.generic.CPInstruction
dump, getIndex, initFromFile, setIndex, toString
 
Methods inherited from class de.fub.bytecode.generic.Instruction
consumeStack, copy, getLength, getTag, produceStack, produceStack, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PUTSTATIC

public PUTSTATIC(int index)
Method Detail

consumeStack

public int consumeStack(ConstantPoolGen cpg)
Overrides:
consumeStack in class Instruction

getExceptions

public java.lang.Class[] getExceptions()
Specified by:
getExceptions in interface ExceptionThrower