public static interface Java.BlockStatement extends Java.Locatable, Java.Scope
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor.BlockStatementVisitor visitor) |
Java.LocalVariable |
findLocalVariable(java.lang.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(java.lang.String name)
Copyright © 2001-2012. All Rights Reserved.