public static class GroovyParser.ClassBodyContext extends GroovyParser.GroovyParserRuleContext
| Modifiers | Name | Description | 
|---|---|---|
| int | t | 
| Constructor and description | 
|---|
| ClassBodyContext(ParserRuleContext parent, int invokingState) | 
| ClassBodyContext(ParserRuleContext parent, int invokingState, int t) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public TerminalNode | COMMA() | 
|  | public TerminalNode | LBRACE() | 
|  | public TerminalNode | RBRACE() | 
|  | public TerminalNode | SEMI() | 
| <Result> | public Result | accept(ParseTreeVisitor<? extends Result> visitor) | 
|  | public List<? extends ClassBodyDeclarationContext> | classBodyDeclaration() | 
|  | public GroovyParser.ClassBodyDeclarationContext | classBodyDeclaration(int i) | 
|  | public GroovyParser.EnumConstantsContext | enumConstants() | 
|  | public int | getRuleIndex() | 
|  | public List<? extends NlsContext> | nls() | 
|  | public GroovyParser.NlsContext | nls(int i) | 
|  | public List<? extends SepContext> | sep() | 
|  | public GroovyParser.SepContext | sep(int i) | 
| Methods inherited from class | Name | 
|---|---|
| class GroovyParser.GroovyParserRuleContext | getMetaDataMap, setMetaDataMap | 
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.