com.sun.tools.classfile
Class LineNumberTable_attribute.Entry

java.lang.Object
  extended by com.sun.tools.classfile.LineNumberTable_attribute.Entry
Enclosing class:
LineNumberTable_attribute

public static class LineNumberTable_attribute.Entry
extends java.lang.Object


Field Summary
 int line_number
           
 int start_pc
           
 
Constructor Summary
LineNumberTable_attribute.Entry(ClassReader cr)
           
 
Method Summary
static int length()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start_pc

public final int start_pc

line_number

public final int line_number
Constructor Detail

LineNumberTable_attribute.Entry

LineNumberTable_attribute.Entry(ClassReader cr)
                          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

length

public static int length()