Package org.codehaus.janino
Class Java.ConstructorInvocation
- java.lang.Object
-
- org.codehaus.janino.Java.Located
-
- org.codehaus.janino.Java.Atom
-
- org.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
Fields Modifier and Type Field Description Java.Rvalue[]argumentsjava.util.MaplocalVariables-
Fields inherited from class org.codehaus.janino.Java.Located
NOWHERE
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedConstructorInvocation(Location location, Java.Rvalue[] arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Java.LocalVariablefindLocalVariable(java.lang.String name)Java.ScopegetEnclosingScope()voidsetEnclosingScope(Java.Scope enclosingScope)-
Methods inherited from class org.codehaus.janino.Java.Atom
accept, toLvalue, toLvalueOrCompileException, toRvalue, toRvalueOrCompileException, toString, toType, toTypeOrCompileException
-
Methods inherited from class org.codehaus.janino.Java.Located
getLocation, throwCompileException
-
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, throwCompileException
-
-
-
-
Field Detail
-
arguments
public final Java.Rvalue[] arguments
-
localVariables
public java.util.Map localVariables
-
-
Constructor Detail
-
ConstructorInvocation
protected ConstructorInvocation(Location location, Java.Rvalue[] arguments)
-
-
Method Detail
-
setEnclosingScope
public void setEnclosingScope(Java.Scope enclosingScope)
- Specified by:
setEnclosingScopein interfaceJava.BlockStatement
-
getEnclosingScope
public Java.Scope getEnclosingScope()
- Specified by:
getEnclosingScopein interfaceJava.BlockStatement- Specified by:
getEnclosingScopein interfaceJava.Scope
-
findLocalVariable
public Java.LocalVariable findLocalVariable(java.lang.String name)
- Specified by:
findLocalVariablein interfaceJava.BlockStatement
-
-