< prev index next >

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

Print this page

        

*** 25,35 **** /** * This class represents a line number within a method, i.e., give an instruction * a line number corresponding to the source code line. * - * @version $Id$ * @see LineNumber * @see MethodGen */ public class LineNumberGen implements InstructionTargeter, Cloneable { --- 25,34 ----
< prev index next >