public class SourceInfo extends Object
Modifier and Type | Field and Description |
---|---|
String |
filename |
static SourceInfo |
INVALID
Flag value used to indicate missing or erroneous source information
|
int |
lineNumber |
Constructor and Description |
---|
SourceInfo(String filename) |
SourceInfo(String filename,
int lineNumber) |
public static final SourceInfo INVALID
public String filename
public int lineNumber
Copyright © 2019. All rights reserved.