public static final class Parser.InterfaceDeclarationContext extends Enumerator
Modifier and Type | Field and 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'.
|
Modifier | Constructor and Description |
---|---|
private |
InterfaceDeclarationContext(java.lang.String name) |
equals, fromString, hashCode, toString
public static final Parser.InterfaceDeclarationContext NAMED_TYPE_DECLARATION
public static final Parser.InterfaceDeclarationContext COMPILATION_UNIT