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.MemberInterfaceDeclaration |
static class |
Java.PackageMemberInterfaceDeclaration |
Modifier and Type | Method and Description |
---|---|
Java.InterfaceDeclaration |
Parser.parseInterfaceDeclarationRest(java.lang.String optionalDocComment,
short modifiers,
Parser.InterfaceDeclarationContext context)
InterfaceDeclarationRest :=
Identifier
[ 'extends' ReferenceTypeList ]
InterfaceBody
|
Modifier and Type | Method and Description |
---|---|
void |
UnitCompiler.compile2(Java.InterfaceDeclaration id) |
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) |
Copyright © 2001-2012. All Rights Reserved.