public abstract static class Java.ConstructorInvocation extends Java.Atom implements Java.BlockStatement
Java.SuperConstructorInvocation and Java.AlternateConstructorInvocation.| Modifier and Type | Field and Description |
|---|---|
Java.Rvalue[] |
arguments
The arguments to pass to the constructor.
|
Map<String,Java.LocalVariable> |
localVariables
The local variables that are accessible during the compilation of the constructor invocation.
|
NOWHERE| Modifier | Constructor and Description |
|---|---|
protected |
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)
Sets the enclosing scope of this
Java.BlockStatement. |
accept, toLvalue, toLvalueOrCompileException, toRvalue, toRvalueOrCompileException, toString, toType, toTypeOrCompileExceptiongetLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptgetLocation, throwCompileExceptionpublic final Java.Rvalue[] arguments
@Nullable public Map<String,Java.LocalVariable> localVariables
protected ConstructorInvocation(Location location, Java.Rvalue[] arguments)
public void setEnclosingScope(Java.Scope enclosingScope)
Java.BlockStatementJava.BlockStatement.setEnclosingScope in interface Java.BlockStatementpublic Java.Scope getEnclosingScope()
getEnclosingScope in interface Java.BlockStatementgetEnclosingScope in interface Java.Scopenull@Nullable public Java.LocalVariable findLocalVariable(String name)
findLocalVariable in interface Java.BlockStatementname