org.codehaus.janino
public abstract static class Java.ConstructorInvocation extends Java.Atom implements Java.BlockStatement
Field Summary | |
---|---|
Java.Rvalue[] | arguments |
Map | localVariables |
Constructor Summary | |
---|---|
protected | ConstructorInvocation(Location location, Java.Rvalue[] arguments) |
Method Summary | |
---|---|
Java.LocalVariable | findLocalVariable(String name) |
Java.Scope | getEnclosingScope() |
void | setEnclosingScope(Java.Scope enclosingScope) |