public abstract static class Java.ConstructorInvocation extends Java.Atom implements Java.BlockStatement
| Modifier and Type | Field and Description |
|---|---|
Java.Rvalue[] |
arguments |
Map |
localVariables |
NOWHERE| Modifier | Constructor and Description |
|---|---|
protected |
Java.ConstructorInvocation(Location location,
Java.Rvalue[] arguments) |
| Modifier and Type | Method and Description |
|---|---|
Java.LocalVariable |
findLocalVariable(String name) |
Java.Scope |
getEnclosingScope() |
void |
setEnclosingScope(Java.Scope enclosingScope) |
accept, toLvalue, toLvalueOrPE, toRvalue, toRvalueOrPE, toString, toType, toTypeOrPEgetLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptgetLocation, throwCompileExceptionpublic final Java.Rvalue[] arguments
public Map localVariables
protected Java.ConstructorInvocation(Location location, Java.Rvalue[] arguments)
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-2012. All Rights Reserved.