< prev index next >

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

Print this page

        

*** 19,33 **** * limitations under the License. */ package com.sun.org.apache.bcel.internal.generic; - /** * Get the type associated with an instruction, int for ILOAD, or the type * of the field of a PUTFIELD instruction, e.g.. * ! * @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A> */ public interface TypedInstruction { ! public Type getType(ConstantPoolGen cpg); } --- 19,33 ---- * limitations under the License. */ package com.sun.org.apache.bcel.internal.generic; /** * Get the type associated with an instruction, int for ILOAD, or the type * of the field of a PUTFIELD instruction, e.g.. * ! * @version $Id: TypedInstruction.java 1747278 2016-06-07 17:28:43Z britter $ */ public interface TypedInstruction { ! ! Type getType( ConstantPoolGen cpg ); }
< prev index next >