janino.net

org.codehaus.janino
Class Parser.InterfaceDeclarationContext

java.lang.Object
  extended by org.codehaus.janino.util.enumerator.Enumerator
      extended by 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
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'.
 
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

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.


janino.net