org.codehaus.janino
Class Java.ContinueStatement
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.Statement
org.codehaus.janino.Java.ContinueStatement
- All Implemented Interfaces:
- Java.BlockStatement, Java.Locatable, Java.Scope
- Enclosing class:
- Java
- public static final class Java.ContinueStatement
- extends Java.Statement
Representation of the JavaTM "continue" statement (JLS
14.15).
Method Summary |
void |
visit(org.codehaus.janino.Visitor.BlockStatementVisitor visitor)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Java.ContinueStatement
public Java.ContinueStatement(Location location,
Java.Scope enclosingScope,
String optionalLabel)
visit
public final void visit(org.codehaus.janino.Visitor.BlockStatementVisitor visitor)