[Java] Class GroovyParser.ResourceListContext

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

Constructor Summary

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

Methods Summary

Methods
Type Params Return Type Name and description
<Result> public Result accept(ParseTreeVisitor<? extends Result> visitor)
public int getRuleIndex()
public List<? extends ResourceContext> resource()
public ResourceContext resource(int i)
public List<? extends SepContext> sep()
public SepContext sep(int i)

Constructor Detail

public ResourceListContext(ParserRuleContext parent, int invokingState)

Method Detail

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

@Override public int getRuleIndex()

public List<? extends ResourceContext> resource()

public ResourceContext resource(int i)

public List<? extends SepContext> sep()

public SepContext sep(int i)

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