< prev index next >

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

Print this page

        

*** 23,33 **** /** * Denotes an unparameterized instruction to load a value from a local * variable, e.g. ILOAD. * - * @version $Id$ */ public abstract class LoadInstruction extends LocalVariableInstruction implements PushInstruction { /** * Empty constructor needed for Instruction.readInstruction. --- 23,32 ----
< prev index next >