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'.
|
public static final Parser.InterfaceDeclarationContext NAMED_TYPE_DECLARATION
public static final Parser.InterfaceDeclarationContext COMPILATION_UNIT
Copyright © 2001–2016. All rights reserved.