< prev index next >

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

Print this page

        

*** 23,33 **** /** * Get the type associated with an instruction, int for ILOAD, or the type * of the field of a PUTFIELD instruction, e.g.. * - * @version $Id$ */ public interface TypedInstruction { Type getType( ConstantPoolGen cpg ); } --- 23,32 ----
< prev index next >