| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino JavaTM compiler.
|
| Modifier and Type | Method and Description |
|---|---|
static Parser.InterfaceDeclarationContext |
Parser.InterfaceDeclarationContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parser.InterfaceDeclarationContext[] |
Parser.InterfaceDeclarationContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Java.AnnotationTypeDeclaration |
Parser.parseAnnotationTypeDeclarationRest(String optionalDocComment,
Java.Modifiers modifiers,
Parser.InterfaceDeclarationContext context)
AnnotationTypeDeclarationRest := Identifier AnnotationTypeBody
|
Java.InterfaceDeclaration |
Parser.parseInterfaceDeclarationRest(String optionalDocComment,
Java.Modifiers modifiers,
Parser.InterfaceDeclarationContext context)
InterfaceDeclarationRest :=
Identifier [ typeParameters ]
[ 'extends' ReferenceTypeList ]
InterfaceBody
|
Copyright © 2019. All rights reserved.