org.codehaus.janino
Class Java.BreakableStatement
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.Statement
org.codehaus.janino.Java.BreakableStatement
- All Implemented Interfaces:
- Java.BlockStatement, Java.Locatable, Java.Scope
- Direct Known Subclasses:
- Java.ContinuableStatement, Java.LabeledStatement, Java.SwitchStatement
- Enclosing class:
- Java
public abstract static class Java.BreakableStatement
- extends Java.Statement
Base class for statements that can be terminated abnormally with a "break" statement.
According JLS7 14.15, statements that can be terminated abnormally with a "break" statement are
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Java.BreakableStatement
protected Java.BreakableStatement(Location location)