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.ClassDeclarationContext |
Parser.ClassDeclarationContext.BLOCK
The class declaration appears inside a 'block'.
|
static Parser.ClassDeclarationContext |
Parser.ClassDeclarationContext.COMPILATION_UNIT
The class declaration appears on the top level.
|
static Parser.ClassDeclarationContext |
Parser.ClassDeclarationContext.TYPE_DECLARATION
The class declaration appears (directly) inside a type declaration.
|
Modifier and Type | Method and Description |
---|---|
Java.NamedClassDeclaration |
Parser.parseClassDeclarationRest(String optionalDocComment,
Java.Modifiers modifiers,
Parser.ClassDeclarationContext context)
ClassDeclarationRest :=
Identifier [ typeParameters ]
[ 'extends' ReferenceType ]
[ 'implements' ReferenceTypeList ]
ClassBody
|
Copyright © 2001–2016. All rights reserved.