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.LocalClassDeclaration |
static class |
Java.MemberClassDeclaration |
static class |
Java.PackageMemberClassDeclaration |
Modifier and Type | Method and Description |
---|---|
Java.NamedClassDeclaration |
Parser.parseClassDeclarationRest(String optionalDocComment,
short modifiers,
Parser.ClassDeclarationContext context)
ClassDeclarationRest :=
Identifier
[ 'extends' ReferenceType ]
[ 'implements' ReferenceTypeList ]
ClassBody
|
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseNamedClassDeclaration(Java.NamedClassDeclaration ncd) |
Copyright © 2001-2012. All Rights Reserved.