| Package | Description |
|---|---|
| org.codehaus.janino |
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.MemberAnnotationTypeDeclaration
Representation of a member annotation type declaration, a.k.a.
|
static class |
Java.MemberInterfaceDeclaration
Representation of a "member interface declaration", i.e. an interface declaration that appears inside another
class or interface declaration.
|
static class |
Java.PackageMemberAnnotationTypeDeclaration
Representation of a package member annotation type declaration, a.k.a.
|
static class |
Java.PackageMemberInterfaceDeclaration
Representation of a "package member interface declaration", a.k.a.
|
| Modifier and Type | Method and Description |
|---|---|
Java.InterfaceDeclaration |
Parser.parseInterfaceDeclarationRest(String optionalDocComment,
Java.Modifiers modifiers,
Parser.InterfaceDeclarationContext context)
InterfaceDeclarationRest :=
Identifier [ typeParameters ]
[ 'extends' ReferenceTypeList ]
InterfaceBody
|
| Modifier and Type | Method and Description |
|---|---|
void |
Parser.parseInterfaceBody(Java.InterfaceDeclaration interfaceDeclaration)
InterfaceBody := '{' {
';' |
ModifiersOpt (
'void' Identifier MethodDeclarationRest |
'class' ClassDeclarationRest |
'interface' InterfaceDeclarationRest |
Type Identifier (
MethodDeclarationRest |
FieldDeclarationRest
)
)
} '}'
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeclarationCounter.traverseInterfaceDeclaration(Java.InterfaceDeclaration id) |
| Modifier and Type | Method and Description |
|---|---|
void |
Traverser.traverseInterfaceDeclaration(Java.InterfaceDeclaration id) |
void |
AbstractTraverser.traverseInterfaceDeclaration(Java.InterfaceDeclaration id) |
Copyright © 2019. All rights reserved.