|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.janino.Java.Located
public abstract static class Java.Located
Field Summary | |
---|---|
static Java.Located |
NOWHERE
|
Constructor Summary | |
---|---|
protected |
Java.Located(Location location)
|
Method Summary | |
---|---|
Location |
getLocation()
|
void |
throwCompileException(java.lang.String message)
Throw a CompileException with the given message and this
object's location. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static Java.Located NOWHERE
Constructor Detail |
---|
protected Java.Located(Location location)
Method Detail |
---|
public Location getLocation()
getLocation
in interface Java.Locatable
public void throwCompileException(java.lang.String message) throws CompileException
Java.Locatable
CompileException
with the given message and this
object's location.
throwCompileException
in interface Java.Locatable
message
- The message to report
CompileException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |