public final class LineNumber extends Object implements Cloneable, Serializable
LineNumberTable
,
Serialized FormConstructor and Description |
---|
LineNumber(int start_pc,
int line_number) |
Modifier and Type | Method and Description |
---|---|
LineNumber |
copy() |
void |
dump(DataOutputStream file)
Dump line number/pc pair to file stream in binary format.
|
String |
toString() |
public LineNumber(int start_pc, int line_number)
start_pc
- Program Counter (PC) corresponds toline_number
- line number in source filepublic final void dump(DataOutputStream file) throws IOException
file
- Output file streamIOException
public final String toString()
public LineNumber copy()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.