public class ExtendedLineNumberInfo extends LineNumberInfo
| Modifier and Type | Field and Description |
|---|---|
String |
source |
u2lineNumber, u2startPC| Constructor and Description |
|---|
ExtendedLineNumberInfo()
Creates an uninitialized ExtendedLineNumberInfo.
|
ExtendedLineNumberInfo(int u2startPC,
int u2lineNumber,
String source)
Creates an initialized ExtendedLineNumberInfo.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSource()
Returns a description of the source of the line, if known, or null
otherwise.
|
public String source
public ExtendedLineNumberInfo()
public ExtendedLineNumberInfo(int u2startPC,
int u2lineNumber,
String source)
public String getSource()
LineNumberInfogetSource in class LineNumberInfoCopyright © 2016. All rights reserved.