public interface IResourceLocation extends IHasStringRepresentation, Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
ILLEGAL_NUMBER
Constant for an illegal row or column number
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber() |
String |
getField() |
int |
getLineNumber() |
String |
getResourceID() |
getAsStringstatic final int ILLEGAL_NUMBER
@Nullable String getResourceID()
null.int getLineNumber()
ILLEGAL_NUMBER if no line number
is present.int getColumnNumber()
ILLEGAL_NUMBER if no column
number is present.Copyright © 2006–2014 phloc systems. All rights reserved.