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 | Field and Description |
---|---|
List<Java.ConstructorDeclarator> |
Java.ClassDeclaration.constructors
List of
Java.ConstructorDeclarator s of this class. |
Modifier and Type | Method and Description |
---|---|
Java.ConstructorDeclarator |
Parser.parseConstructorDeclarator(String optionalDocComment,
Java.Modifiers modifiers)
ConstructorDeclarator :=
Identifier
FormalParameters
[ 'throws' ReferenceTypeList ]
'{'
[ 'this' Arguments ';' | 'super' Arguments ';' | Primary '.' 'super' Arguments ';' ]
BlockStatements
'}'
|
Modifier and Type | Method and Description |
---|---|
void |
Java.ClassDeclaration.addConstructor(Java.ConstructorDeclarator cd)
Adds one
Java.ConstructorDeclarator to this class. |
void |
UnparseVisitor.visitConstructorDeclarator(Java.ConstructorDeclarator cd) |
void |
Visitor.FunctionDeclaratorVisitor.visitConstructorDeclarator(Java.ConstructorDeclarator cd)
Invoked by
accept(Visitor.TypeBodyDeclarationVisitor) |
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseConstructorDeclarator(Java.ConstructorDeclarator cd) |
Copyright © 2001–2016. All rights reserved.