|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.janino.Java.Located
org.codehaus.janino.Java.Atom
org.codehaus.janino.Java.ConstructorInvocation
public abstract static class Java.ConstructorInvocation
Field Summary | |
---|---|
Java.Rvalue[] |
arguments
|
Constructor Summary | |
---|---|
protected |
Java.ConstructorInvocation(Location location,
Java.Rvalue[] arguments)
|
Method Summary | |
---|---|
Java.Scope |
getEnclosingScope()
|
void |
setEnclosingScope(Java.Scope enclosingScope)
|
Methods inherited from class org.codehaus.janino.Java.Atom |
---|
accept, toLvalue, toLvalueOrPE, toRvalue, toRvalueOrPE, toString, toType, toTypeOrPE |
Methods inherited from class org.codehaus.janino.Java.Located |
---|
getLocation, throwParseException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.codehaus.janino.Java.BlockStatement |
---|
accept |
Methods inherited from interface org.codehaus.janino.Java.Locatable |
---|
getLocation, throwParseException |
Field Detail |
---|
public final Java.Rvalue[] arguments
Constructor Detail |
---|
protected Java.ConstructorInvocation(Location location, Java.Rvalue[] arguments)
Method Detail |
---|
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
|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |