public static interface Java.BlockStatement extends Java.Locatable, Java.Scope
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor.BlockStatementVisitor visitor) |
Java.LocalVariable |
findLocalVariable(String name) |
Java.Scope |
getEnclosingScope() |
void |
setEnclosingScope(Java.Scope enclosingScope) |
getLocation, throwCompileException
void setEnclosingScope(Java.Scope enclosingScope)
Java.Scope getEnclosingScope()
getEnclosingScope
in interface Java.Scope
void accept(Visitor.BlockStatementVisitor visitor)
Java.LocalVariable findLocalVariable(String name)
Copyright © 2001–2013. All rights reserved.