Package org.codehaus.janino
Class Parser.InterfaceDeclarationContext
- java.lang.Object
-
- org.codehaus.janino.util.enumerator.Enumerator
-
- org.codehaus.janino.Parser.InterfaceDeclarationContext
-
- Enclosing class:
- Parser
public static final class Parser.InterfaceDeclarationContext extends Enumerator
Enumerator for the kinds of context where an interface declaration can occur.
-
-
Field Summary
Fields Modifier and Type Field Description static Parser.InterfaceDeclarationContext
COMPILATION_UNIT
The interface declaration appears at the top level.static Parser.InterfaceDeclarationContext
NAMED_TYPE_DECLARATION
The interface declaration appears (directly) inside a 'named type declaration'.
-
-
-
Field Detail
-
NAMED_TYPE_DECLARATION
public static final Parser.InterfaceDeclarationContext NAMED_TYPE_DECLARATION
The interface declaration appears (directly) inside a 'named type declaration'.
-
COMPILATION_UNIT
public static final Parser.InterfaceDeclarationContext COMPILATION_UNIT
The interface declaration appears at the top level.
-
-