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 |
static Parser.ClassDeclarationContext |
Parser.ClassDeclarationContext.COMPILATION_UNIT |
static Parser.ClassDeclarationContext |
Parser.ClassDeclarationContext.TYPE_DECLARATION |
Modifier and Type | Method and Description |
---|---|
Java.NamedClassDeclaration |
Parser.parseClassDeclarationRest(String optionalDocComment,
short modifiers,
Parser.ClassDeclarationContext context)
ClassDeclarationRest :=
Identifier
[ 'extends' ReferenceType ]
[ 'implements' ReferenceTypeList ]
ClassBody
|
Copyright © 2001-2015. All Rights Reserved.