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