Web Site

org.codehaus.janino
Class Java.ConstructorInvocation

java.lang.Object
  extended byorg.codehaus.janino.Java.Located
      extended byorg.codehaus.janino.Java.Atom
          extended byorg.codehaus.janino.Java.ConstructorInvocation
All Implemented Interfaces:
Java.BlockStatement, Java.Locatable, Java.Scope
Direct Known Subclasses:
Java.AlternateConstructorInvocation, Java.SuperConstructorInvocation
Enclosing class:
Java

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


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

arguments

public final Java.Rvalue[] arguments
Constructor Detail

Java.ConstructorInvocation

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

setEnclosingScope

public void setEnclosingScope(Java.Scope enclosingScope)
Specified by:
setEnclosingScope in interface Java.BlockStatement

getEnclosingScope

public Java.Scope getEnclosingScope()
Specified by:
getEnclosingScope in interface Java.BlockStatement

Web Site