src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/POP2.java
changeset 55496 8e0ae3830fca
parent 47216 71c04702a3d5
equal deleted inserted replaced
55495:badfa812b82a 55496:8e0ae3830fca
    24 /**
    24 /**
    25  * POP2 - Pop two top operand stack words
    25  * POP2 - Pop two top operand stack words
    26  *
    26  *
    27  * <PRE>Stack: ..., word2, word1 -&gt; ...</PRE>
    27  * <PRE>Stack: ..., word2, word1 -&gt; ...</PRE>
    28  *
    28  *
    29  * @version $Id: POP2.java 1747278 2016-06-07 17:28:43Z britter $
    29  * @version $Id$
    30  */
    30  */
    31 public class POP2 extends StackInstruction implements PopInstruction {
    31 public class POP2 extends StackInstruction implements PopInstruction {
    32 
    32 
    33     public POP2() {
    33     public POP2() {
    34         super(com.sun.org.apache.bcel.internal.Const.POP2);
    34         super(com.sun.org.apache.bcel.internal.Const.POP2);