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() | 
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.