[Java] Class GroovyParser.BooleanLiteralAltContext

  • org.apache.groovy.parser.antlr4.GroovyParser.BooleanLiteralAltContext
public static class GroovyParser.BooleanLiteralAltContext
extends LiteralContext

Constructor Summary

Constructors
Constructor and description
BooleanLiteralAltContext (LiteralContext ctx)

Methods Summary

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

Constructor Detail

public BooleanLiteralAltContext(LiteralContext ctx)

Method Detail

public TerminalNode BooleanLiteral()

<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.BooleanLiteralAltContext.html