< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/PUTSTATIC.java

Print this page

        

*** 28,38 **** * PUTSTATIC - Put static field in class * <PRE>Stack: ..., value -&gt; ...</PRE> * OR * <PRE>Stack: ..., value.word1, value.word2 -&gt; ...</PRE> * - * @version $Id$ */ public class PUTSTATIC extends FieldInstruction implements ExceptionThrower, PopInstruction { /** * Empty constructor needed for Instruction.readInstruction. --- 28,37 ----
< prev index next >