|
Web Site | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.janino.Java.Located
org.codehaus.janino.Java.Statement
org.codehaus.janino.Java.BreakableStatement
Base class for statements that can be terminated abnormally with a "break" statement.
According to the JLS, statements that can be terminated abnormally with a "break" statement are: "COntinuable" statements ("for", "do" and "while"), labeled statements, and the "switch" statement.
Constructor Summary | |
protected |
Java.BreakableStatement(Location location)
|
Methods inherited from class org.codehaus.janino.Java.Statement |
getEnclosingScope, setEnclosingScope |
Methods inherited from class org.codehaus.janino.Java.Located |
getLocation, throwParseException |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.janino.Java.BlockStatement |
accept |
Methods inherited from interface org.codehaus.janino.Java.Locatable |
getLocation, throwParseException |
Constructor Detail |
protected Java.BreakableStatement(Location location)
|
Web Site | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |