[Java] Class GroovyParser.LabeledStmtAltContext

  • org.apache.groovy.parser.antlr4.GroovyParser.LabeledStmtAltContext
public static class GroovyParser.LabeledStmtAltContext
extends StatementContext

Constructor Summary

Constructors
Constructor and description
LabeledStmtAltContext (StatementContext ctx)

Methods Summary

Methods
Type Params Return Type Name and description
public TerminalNode COLON()
<Result> public Result accept(ParseTreeVisitor<? extends Result> visitor)
public IdentifierContext identifier()
public NlsContext nls()
public StatementContext statement()

Constructor Detail

public LabeledStmtAltContext(StatementContext ctx)

Method Detail

public TerminalNode COLON()

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

public IdentifierContext identifier()

public NlsContext nls()

public StatementContext statement()

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