[Java] Class GroovyParser.EmptyStmtAltContext

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

Constructor Summary

Constructors
Constructor and description
EmptyStmtAltContext (StatementContext ctx)

Methods Summary

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

Constructor Detail

public EmptyStmtAltContext(StatementContext ctx)

Method Detail

public TerminalNode SEMI()

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

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