All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.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
-
PUTSTATIC(int)
-
-
consumeStack(ConstantPoolGen)
- Also works for instructions whose stack effect depends on the
constant pool entry they reference.
-
getExceptions()
-
PUTSTATIC
public PUTSTATIC(int index)
consumeStack
public int consumeStack(ConstantPoolGen cpg)
- Also works for instructions whose stack effect depends on the
constant pool entry they reference.
- Overrides:
- consumeStack in class Instruction
getExceptions
public Class[] getExceptions()
All Packages Class Hierarchy This Package Previous Next Index