Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
Modifier and Type | Field and Description |
---|---|
static Parser.InterfaceDeclarationContext |
Parser.InterfaceDeclarationContext.COMPILATION_UNIT
The interface declaration appears at the top level.
|
static Parser.InterfaceDeclarationContext |
Parser.InterfaceDeclarationContext.NAMED_TYPE_DECLARATION
The interface declaration appears (directly) inside a 'named type declaration'.
|
Modifier and Type | Method and Description |
---|---|
Java.InterfaceDeclaration |
Parser.parseInterfaceDeclarationRest(String optionalDocComment,
Java.Modifiers modifiers,
Parser.InterfaceDeclarationContext context)
InterfaceDeclarationRest :=
Identifier [ typeParameters ]
[ 'extends' ReferenceTypeList ]
InterfaceBody
|
Copyright © 2001–2016. All rights reserved.