|
||||||||||
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
public abstract static class 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.
Field Summary |
---|
Fields inherited from class org.codehaus.janino.Java.Statement |
---|
localVariables |
Fields inherited from class org.codehaus.janino.Java.Located |
---|
NOWHERE |
Constructor Summary | |
---|---|
protected |
Java.BreakableStatement(Location location)
|
Method Summary |
---|
Methods inherited from class org.codehaus.janino.Java.Statement |
---|
findLocalVariable, getEnclosingScope, setEnclosingScope |
Methods inherited from class org.codehaus.janino.Java.Located |
---|
getLocation, throwCompileException |
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, throwCompileException |
Constructor Detail |
---|
protected Java.BreakableStatement(Location location)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |