| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino Java compiler.
|
| org.codehaus.janino.util |
Application-independent helper classes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Java.AlternateConstructorInvocation
Representation of a JLS7 8.8.7.1.
|
static class |
Java.SuperConstructorInvocation
Representation of a JLS7 8.8.7.1.
|
| Modifier and Type | Field and Description |
|---|---|
Java.ConstructorInvocation |
Java.ConstructorDeclarator.constructorInvocation
The
Java.AlternateConstructorInvocation or Java.SuperConstructorInvocation, if any. |
| Modifier and Type | Method and Description |
|---|---|
R |
Visitor.AtomVisitor.visitConstructorInvocation(Java.ConstructorInvocation ci)
Invoked by
accept(Visitor.AtomVisitor). |
| Constructor and Description |
|---|
ConstructorDeclarator(Location location,
String docComment,
Java.Modifier[] modifiers,
Java.FunctionDeclarator.FormalParameters formalParameters,
Java.Type[] thrownExceptions,
Java.ConstructorInvocation constructorInvocation,
List<? extends Java.BlockStatement> statements) |
| Modifier and Type | Method and Description |
|---|---|
Java.ConstructorInvocation |
DeepCopier.copyAlternateConstructorInvocation(Java.AlternateConstructorInvocation subject) |
Java.ConstructorInvocation |
DeepCopier.copyConstructorInvocation(Java.ConstructorInvocation subject) |
Java.ConstructorInvocation |
DeepCopier.copyOptionalConstructorInvocation(Java.ConstructorInvocation subject) |
Java.ConstructorInvocation |
DeepCopier.copySuperConstructorInvocation(Java.SuperConstructorInvocation subject) |
| Modifier and Type | Method and Description |
|---|---|
Java.ConstructorInvocation |
DeepCopier.copyConstructorInvocation(Java.ConstructorInvocation subject) |
Java.ConstructorInvocation |
DeepCopier.copyOptionalConstructorInvocation(Java.ConstructorInvocation subject) |
void |
Traverser.traverseConstructorInvocation(Java.ConstructorInvocation ci) |
void |
AbstractTraverser.traverseConstructorInvocation(Java.ConstructorInvocation ci) |
Copyright © 2022. All rights reserved.