Package org.openjdk.asmtools.jasm
Class CodeAttr.LineNumData
- java.lang.Object
-
- org.openjdk.asmtools.jasm.CodeAttr.LineNumData
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
line_number
(package private) int
start_pc
-
Constructor Summary
Constructors Constructor Description LineNumData(int start_pc, int line_number)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
void
write(CheckedDataOutputStream out)
-
-
-
Method Detail
-
write
public void write(CheckedDataOutputStream out) throws java.io.IOException
-
-