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