Class LineNumberData
java.lang.Object
org.openjdk.asmtools.jasm.LineNumberData
- All Implemented Interfaces:
DataWriter
4.7.12. The LineNumberTable Attribute
LineNumberTable_attribute { { u2 start_pc; u2 line_number; } }
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) long(package private) int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataWriter
isCountable
-
Field Details
-
start_pc
int start_pc -
line_number
long line_number
-
-
Constructor Details
-
LineNumberData
public LineNumberData(int start_pc, long line_number)
-
-
Method Details
-
getLength
public int getLength()- Specified by:
getLengthin interfaceDataWriter
-
write
- Specified by:
writein interfaceDataWriter- Throws:
IOException
-