|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes.AttributeInfo | +--org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes.LineNumberTable
line number table structure
Field Summary | |
protected int |
count
|
protected int[] |
varTable
|
Fields inherited from class org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes.AttributeInfo |
CODE, CONSTANT_VALUE, constantPool, DEPRECATED, EXCEPTIONS, INNER_CLASSES, LINE_NUMBER_TABLE, LOCAL_VARIABLE_TABLE, name_index, SOURCE_DIR, SOURCE_FILE, SYNTHETIC, UNKNOWN |
Constructor Summary | |
LineNumberTable(int attr_index,
ConstantPool pool)
|
Method Summary | |
int |
getLineNumber(int i)
|
int |
getStartPC(int i)
|
int |
length()
|
protected void |
read(java.io.DataInputStream dis)
|
Methods inherited from class org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes.AttributeInfo |
getName, newAttribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int count
protected int[] varTable
Constructor Detail |
public LineNumberTable(int attr_index, ConstantPool pool)
Method Detail |
protected void read(java.io.DataInputStream dis) throws java.io.IOException
read
in class AttributeInfo
org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes.AttributeInfo
dis
- java.io.IOException
- public int getStartPC(int i)
public int getLineNumber(int i)
public int length()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |