org.codehaus.janino
Class Java.LabeledStatement
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.Statement
org.codehaus.janino.Java.BreakableStatement
org.codehaus.janino.Java.LabeledStatement
- All Implemented Interfaces:
- Java.BlockStatement, Java.Locatable, Java.Scope
- Enclosing class:
- Java
- public static final class Java.LabeledStatement
- extends Java.BreakableStatement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Java.LabeledStatement
public Java.LabeledStatement(Location location,
Java.Scope enclosingScope,
String label)
setBody
public void setBody(Java.Statement body)
visit
public final void visit(org.codehaus.janino.Visitor.BlockStatementVisitor visitor)