[Java] Class GroovyParser.NullLiteralAltContext

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

Constructor Summary

Constructors
Constructor and description
NullLiteralAltContext (LiteralContext ctx)

Methods Summary

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

Constructor Detail

public NullLiteralAltContext(LiteralContext ctx)

Method Detail

public TerminalNode NullLiteral()

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