public static interface Java.BlockStatement extends Java.Locatable, Java.Scope
| Modifier and Type | Method and Description |
|---|---|
<R,EX extends Throwable> |
accept(Visitor.BlockStatementVisitor<R,EX> 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.Scopenull@Nullable <R,EX extends Throwable> R accept(Visitor.BlockStatementVisitor<R,EX> visitor) throws EX extends Throwable
visit...()" method of Visitor.BlockStatementVisitor for the concrete
Java.BlockStatement type.EX extends Throwable@Nullable Java.LocalVariable findLocalVariable(String name)
Copyright © 2019. All rights reserved.