public static class GroovyParser.ClassDeclarationContext extends GroovyParserRuleContext
Modifiers | Name | Description |
---|---|---|
TypeListContext |
is |
|
TypeListContext |
scs |
|
int |
t |
Constructor and description |
---|
ClassDeclarationContext
(ParserRuleContext parent, int invokingState) |
Type Params | Return Type | Name and description |
---|---|---|
|
TerminalNode |
AT() |
|
TerminalNode |
CLASS() |
|
TerminalNode |
ENUM() |
|
TerminalNode |
EXTENDS() |
|
TerminalNode |
IMPLEMENTS() |
|
TerminalNode |
INTERFACE() |
|
TerminalNode |
TRAIT() |
<Result> |
Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
|
ClassBodyContext |
classBody() |
|
int |
getRuleIndex() |
|
IdentifierContext |
identifier() |
|
List<? extends NlsContext> |
nls() |
|
NlsContext |
nls(int i) |
|
List<? extends TypeListContext> |
typeList() |
|
TypeListContext |
typeList(int i) |
|
TypeParametersContext |
typeParameters() |
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.