public abstract static class Java.Statement extends Java.Located implements Java.BlockStatement
| Modifier and Type | Field and Description |
|---|---|
Map |
localVariables |
NOWHERE| Modifier | Constructor and Description |
|---|---|
protected |
Java.Statement(Location location) |
| Modifier and Type | Method and Description |
|---|---|
Java.LocalVariable |
findLocalVariable(String name) |
Java.Scope |
getEnclosingScope() |
void |
setEnclosingScope(Java.Scope enclosingScope) |
getLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptgetLocation, throwCompileExceptionpublic Map localVariables
protected Java.Statement(Location location)
public void setEnclosingScope(Java.Scope enclosingScope)
setEnclosingScope in interface Java.BlockStatementpublic Java.Scope getEnclosingScope()
getEnclosingScope in interface Java.BlockStatementgetEnclosingScope in interface Java.Scopepublic Java.LocalVariable findLocalVariable(String name)
findLocalVariable in interface Java.BlockStatementCopyright © 2001–2013. All rights reserved.