[Java] Class GroovyParser.LiteralContext

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

Constructor Summary

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

Methods Summary

Methods
Type Params Return Type Name and description
public void copyFrom(LiteralContext ctx)
public int getRuleIndex()

Constructor Detail

public LiteralContext(ParserRuleContext parent, int invokingState)

public LiteralContext()

Method Detail

public void copyFrom(LiteralContext ctx)

@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.LiteralContext.html