Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM
compiler.
|
org.codehaus.janino.samples |
Sample applications for the Janino JavaTM compiler.
|
org.codehaus.janino.util |
Application-independent helper classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
Java.AnonymousClassDeclaration |
static class |
Java.LocalClassDeclaration |
static class |
Java.MemberClassDeclaration |
static class |
Java.NamedClassDeclaration |
static class |
Java.PackageMemberClassDeclaration |
Modifier and Type | Method and Description |
---|---|
Java.ClassDeclaration |
Java.ConstructorDeclarator.getDeclaringClass() |
Modifier and Type | Method and Description |
---|---|
void |
UnitCompiler.compile2(Java.ClassDeclaration cd) |
void |
Parser.parseClassBody(Java.ClassDeclaration classDeclaration)
ClassBody := '{' { ClassBodyDeclaration } '}'
|
void |
Parser.parseClassBodyDeclaration(Java.ClassDeclaration classDeclaration)
ClassBodyDeclaration :=
';' |
ModifiersOpt (
Block | // Instance (JLS2 8.6) or static initializer (JLS2 8.7)
'void' Identifier MethodDeclarationRest |
'class' ClassDeclarationRest |
'interface' InterfaceDeclarationRest |
ConstructorDeclarator |
Type Identifier (
MethodDeclarationRest |
FieldDeclarationRest ';'
)
)
|
Modifier and Type | Method and Description |
---|---|
void |
DeclarationCounter.traverseClassDeclaration(Java.ClassDeclaration cd) |
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseClassDeclaration(Java.ClassDeclaration cd) |
Copyright © 2001–2014. All rights reserved.