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 | Method and Description |
---|---|
Java.ConstructorDeclarator |
Parser.parseConstructorDeclarator(String optionalDocComment,
short 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) |
void |
UnparseVisitor.visitConstructorDeclarator(Java.ConstructorDeclarator cd) |
void |
Visitor.TypeBodyDeclarationVisitor.visitConstructorDeclarator(Java.ConstructorDeclarator cd) |
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseConstructorDeclarator(Java.ConstructorDeclarator cd) |
Copyright © 2001–2016. All rights reserved.