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 |
|---|---|---|
public TerminalNode |
AT() | |
public TerminalNode |
CLASS() | |
public TerminalNode |
ENUM() | |
public TerminalNode |
EXTENDS() | |
public TerminalNode |
IMPLEMENTS() | |
public TerminalNode |
INTERFACE() | |
public TerminalNode |
TRAIT() | |
<Result> | public Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
public ClassBodyContext |
classBody() | |
public int |
getRuleIndex() | |
public IdentifierContext |
identifier() | |
public List<? extends NlsContext> |
nls() | |
public NlsContext |
nls(int i) | |
public List<? extends TypeListContext> |
typeList() | |
public TypeListContext |
typeList(int i) | |
public TypeParametersContext |
typeParameters() |
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/parser/antlr4/GroovyParser.ClassDeclarationContext.html