|
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
Constructor Summary | |
---|---|
protected |
Java.Located(Location location)
|
Method Summary | |
---|---|
Location |
getLocation()
|
void |
throwParseException(java.lang.String message)
Throw a Parser.ParseException 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 |
Constructor Detail |
---|
protected Java.Located(Location location)
Method Detail |
---|
public Location getLocation()
getLocation
in interface Java.Locatable
public void throwParseException(java.lang.String message) throws Parser.ParseException
Java.Locatable
Parser.ParseException
with the given message and this
object's location.
throwParseException
in interface Java.Locatable
message
- The message to report
Parser.ParseException
|
janino.net | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |