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
Copyright © 2001-2012. All Rights Reserved.