public abstract static class Java.Located extends Object implements Java.Locatable
| Modifier and Type | Field and Description |
|---|---|
static Java.Located |
NOWHERE |
| Modifier | Constructor and Description |
|---|---|
protected |
Java.Located(Location location) |
| Modifier and Type | Method and Description |
|---|---|
Location |
getLocation() |
void |
throwCompileException(String message)
Throw a
CompileException with the given message and this
object's location. |
public static Java.Located NOWHERE
protected Java.Located(Location location)
public Location getLocation()
getLocation in interface Java.Locatablepublic void throwCompileException(String message) throws CompileException
Java.LocatableCompileException with the given message and this
object's location.throwCompileException in interface Java.Locatablemessage - The message to reportCompileExceptionCopyright © 2001-2012. All Rights Reserved.