public final class LineNumber
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
LineNumberTable
,
Serialized FormConstructor and Description |
---|
LineNumber(int start_pc,
int line_number) |
Modifier and Type | Method and Description |
---|---|
LineNumber |
copy() |
void |
dump(java.io.DataOutputStream file)
Dump line number/pc pair to file stream in binary format.
|
java.lang.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(java.io.DataOutputStream file) throws java.io.IOException
file
- Output file streamjava.io.IOException
public final java.lang.String toString()
toString
in class java.lang.Object
public LineNumber copy()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.