public static class GroovyParser.ClassBodyContext extends 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() |
<Result> |
public Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
|
public List<? extends ClassBodyDeclarationContext> |
classBodyDeclaration() |
|
public ClassBodyDeclarationContext |
classBodyDeclaration(int i) |
|
public EnumConstantsContext |
enumConstants() |
|
public int |
getRuleIndex() |
|
public List<? extends NlsContext> |
nls() |
|
public NlsContext |
nls(int i) |
|
public List<? extends SepContext> |
sep() |
|
public SepContext |
sep(int i) |
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.