public static class GroovyParser.ClassDeclarationContext extends GroovyParser.GroovyParserRuleContext
Modifiers | Name | Description |
---|---|---|
GroovyParser.TypeListContext |
is |
|
GroovyParser.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 GroovyParser.ClassBodyContext |
classBody() |
|
public int |
getRuleIndex() |
|
public GroovyParser.IdentifierContext |
identifier() |
|
public List<? extends NlsContext> |
nls() |
|
public NlsContext |
nls(int i) |
|
public List<? extends TypeListContext> |
typeList() |
|
public GroovyParser.TypeListContext |
typeList(int i) |
|
public GroovyParser.TypeParametersContext |
typeParameters() |
Methods inherited from class | Name |
---|---|
class GroovyParser.GroovyParserRuleContext |
getMetaDataMap, setMetaDataMap |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.