org.codehaus.janino

Class Java.ConstructorInvocation

public abstract static class Java.ConstructorInvocation extends Java.Atom implements Java.BlockStatement

Field Summary
Java.Rvalue[]arguments
MaplocalVariables
Constructor Summary
protected ConstructorInvocation(Location location, Java.Rvalue[] arguments)
Method Summary
Java.LocalVariablefindLocalVariable(String name)
Java.ScopegetEnclosingScope()
voidsetEnclosingScope(Java.Scope enclosingScope)

Field Detail

arguments

public final Java.Rvalue[] arguments

localVariables

public Map localVariables

Constructor Detail

ConstructorInvocation

protected ConstructorInvocation(Location location, Java.Rvalue[] arguments)

Method Detail

findLocalVariable

public Java.LocalVariable findLocalVariable(String name)

getEnclosingScope

public Java.Scope getEnclosingScope()

setEnclosingScope

public void setEnclosingScope(Java.Scope enclosingScope)