Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM 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.optionalConstructorInvocation
The
Java.AlternateConstructorInvocation or Java.SuperConstructorInvocation , if any. |
Constructor and Description |
---|
ConstructorDeclarator(Location location,
String optionalDocComment,
Java.Modifiers modifiers,
Java.FunctionDeclarator.FormalParameters parameters,
Java.Type[] thrownExceptions,
Java.ConstructorInvocation optionalConstructorInvocation,
List<Java.BlockStatement> statements) |
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseConstructorInvocation(Java.ConstructorInvocation ci) |
Copyright © 2001–2016. All rights reserved.