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 |
Java.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, toLvalueOrPE, toRvalue, toRvalueOrPE, toString, toType, toTypeOrPE
getLocation, throwCompileException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept
getLocation, throwCompileException
public final Java.Rvalue[] arguments
public java.util.Map localVariables
protected Java.ConstructorInvocation(Location location, Java.Rvalue[] arguments)
public void setEnclosingScope(Java.Scope enclosingScope)
setEnclosingScope
in interface Java.BlockStatement
public Java.Scope getEnclosingScope()
getEnclosingScope
in interface Java.BlockStatement
getEnclosingScope
in interface Java.Scope
public Java.LocalVariable findLocalVariable(java.lang.String name)
findLocalVariable
in interface Java.BlockStatement
Copyright © 2001-2012. All Rights Reserved.