< prev index next >

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

Print this page

        

*** 19,34 **** * limitations under the License. */ package com.sun.org.apache.bcel.internal.generic; - /** * Denotes an unparameterized instruction to produce a value on top of the stack, * such as ILOAD, LDC, SIPUSH, DUP, ICONST, etc. * ! * @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A> * @see ILOAD * @see ICONST * @see LDC * @see DUP --- 19,33 ---- * limitations under the License. */ package com.sun.org.apache.bcel.internal.generic; /** * Denotes an unparameterized instruction to produce a value on top of the stack, * such as ILOAD, LDC, SIPUSH, DUP, ICONST, etc. * ! * @version $Id: PushInstruction.java 1747278 2016-06-07 17:28:43Z britter $ * @see ILOAD * @see ICONST * @see LDC * @see DUP
< prev index next >