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
FieldsFields inherited from class org.codehaus.janino.Java.Located
NOWHERE
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ConstructorInvocation
(Location location, Java.Rvalue[] arguments) -
Method Summary
Modifier and TypeMethodDescriptionfindLocalVariable
(String name) void
setEnclosingScope
(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 Details
-
arguments
-
localVariables
-
-
Constructor Details
-
ConstructorInvocation
-
-
Method Details
-
setEnclosingScope
- Specified by:
setEnclosingScope
in interfaceJava.BlockStatement
-
getEnclosingScope
- Specified by:
getEnclosingScope
in interfaceJava.BlockStatement
- Specified by:
getEnclosingScope
in interfaceJava.Scope
-
findLocalVariable
- Specified by:
findLocalVariable
in interfaceJava.BlockStatement
-