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