public static interface Java.Locatable
| Modifier and Type | Method and Description |
|---|---|
Location |
getLocation() |
void |
throwCompileException(String message)
Throws a
CompileException with the given message and this object's location. |
Location getLocation()
void throwCompileException(String message) throws CompileException
CompileException with the given message and this object's location.message - The message to reportCompileException