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
ConstructorsModifierConstructorDescriptionprotectedConstructorInvocation(Location location, Java.Rvalue[] arguments) -
Method Summary
Modifier and TypeMethodDescriptionfindLocalVariable(String name) voidsetEnclosingScope(Java.Scope enclosingScope) Methods inherited from class org.codehaus.janino.Java.Atom
accept, toLvalue, toLvalueOrCompileException, toRvalue, toRvalueOrCompileException, toString, toType, toTypeOrCompileExceptionMethods inherited from class org.codehaus.janino.Java.Located
getLocation, throwCompileExceptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.codehaus.janino.Java.BlockStatement
acceptMethods inherited from interface org.codehaus.janino.Java.Locatable
getLocation, throwCompileException
-
Field Details
-
arguments
-
localVariables
-
-
Constructor Details
-
ConstructorInvocation
-
-
Method Details
-
setEnclosingScope
- Specified by:
setEnclosingScopein interfaceJava.BlockStatement
-
getEnclosingScope
- Specified by:
getEnclosingScopein interfaceJava.BlockStatement- Specified by:
getEnclosingScopein interfaceJava.Scope
-
findLocalVariable
- Specified by:
findLocalVariablein interfaceJava.BlockStatement
-