|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.janino.util.enumerator.Enumerator
org.codehaus.janino.Parser.ClassDeclarationContext
public static final class Parser.ClassDeclarationContext
Enumerator for the kinds of context where a class declaration can occur.
| Field Summary | |
|---|---|
static Parser.ClassDeclarationContext |
BLOCK
The class declaration appears inside a 'block'. |
static Parser.ClassDeclarationContext |
COMPILATION_UNIT
The class declaration appears on the top level. |
static Parser.ClassDeclarationContext |
TYPE_DECLARATION
The class declaration appears (directly) inside a type declaration. |
| Method Summary |
|---|
| Methods inherited from class org.codehaus.janino.util.enumerator.Enumerator |
|---|
equals, fromString, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Parser.ClassDeclarationContext BLOCK
public static final Parser.ClassDeclarationContext TYPE_DECLARATION
public static final Parser.ClassDeclarationContext COMPILATION_UNIT
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||