|
janino.net | ||||||||
| 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
Abstract implementation of Java.Locatable.
| Field Summary | |
|---|---|
static Java.Located |
NOWHERE
Indication of 'no' or 'unknown' location. |
| 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 final 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.LocatableCompileException with the given message and this
object's location.
throwCompileException in interface Java.Locatablemessage - The message to report
CompileException
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||