[Java] Class GroovyParser.ClassBodyDeclarationContext
- org.apache.groovy.parser.antlr4.GroovyParser.ClassBodyDeclarationContext
public static class GroovyParser.ClassBodyDeclarationContext extends GroovyParserRuleContext
Field Summary
Modifiers | Name | Description |
---|---|---|
int | t |
Constructor Summary
Constructor and description |
---|
ClassBodyDeclarationContext
(ParserRuleContext parent, int invokingState) |
ClassBodyDeclarationContext
(ParserRuleContext parent, int invokingState, int t) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public TerminalNode |
STATIC() | |
<Result> | public Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
public BlockContext |
block() | |
public int |
getRuleIndex() | |
public MemberDeclarationContext |
memberDeclaration() | |
public NlsContext |
nls() |
Field Detail
public int t
Constructor Detail
public ClassBodyDeclarationContext(ParserRuleContext parent, int invokingState)
public ClassBodyDeclarationContext(ParserRuleContext parent, int invokingState, int t)
Method Detail
public TerminalNode STATIC()
<Result> @Override public Result accept(ParseTreeVisitor<? extends Result> visitor)
public BlockContext block()
@Override public int getRuleIndex()
public MemberDeclarationContext memberDeclaration()
public NlsContext nls()
© 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.ClassBodyDeclarationContext.html