public static interface Java.BlockStatement extends Java.Locatable, Java.Scope
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor.BlockStatementVisitor visitor)
Invokes the '
visit...()' method of Visitor.BlockStatementVisitor for the concrete
Java.BlockStatement type. |
Java.LocalVariable |
findLocalVariable(String name) |
Java.Scope |
getEnclosingScope() |
void |
setEnclosingScope(Java.Scope enclosingScope)
Sets the enclosing scope of this
Java.BlockStatement. |
getLocation, throwCompileExceptionvoid setEnclosingScope(Java.Scope enclosingScope)
Java.BlockStatement.Java.Scope getEnclosingScope()
getEnclosingScope in interface Java.Scopenullvoid accept(Visitor.BlockStatementVisitor visitor)
visit...()' method of Visitor.BlockStatementVisitor for the concrete
Java.BlockStatement type.Java.LocalVariable findLocalVariable(String name)
nameCopyright © 2001–2025. All rights reserved.