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, throwCompileException
void setEnclosingScope(Java.Scope enclosingScope)
Java.BlockStatement
.Java.Scope getEnclosingScope()
getEnclosingScope
in interface Java.Scope
null
void accept(Visitor.BlockStatementVisitor visitor)
visit...()
' method of Visitor.BlockStatementVisitor
for the concrete
Java.BlockStatement
type.Java.LocalVariable findLocalVariable(String name)
name
Copyright © 2001–2016. All rights reserved.