[Java] Class GroovyParser.ClassNameContext

  • org.apache.groovy.parser.antlr4.GroovyParser.ClassNameContext
public static class GroovyParser.ClassNameContext
extends GroovyParserRuleContext

Constructor Summary

Constructors
Constructor and description
ClassNameContext (ParserRuleContext parent, int invokingState)

Methods Summary

Methods
Type Params Return Type Name and description
public TerminalNode CapitalizedIdentifier()
<Result> public Result accept(ParseTreeVisitor<? extends Result> visitor)
public int getRuleIndex()

Constructor Detail

public ClassNameContext(ParserRuleContext parent, int invokingState)

Method Detail

public TerminalNode CapitalizedIdentifier()

<Result> @Override public Result accept(ParseTreeVisitor<? extends Result> visitor)

@Override public int getRuleIndex()

© 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.ClassNameContext.html