[Java] Class GroovyParser.ListPrmrAltContext
- org.apache.groovy.parser.antlr4.GroovyParser.ListPrmrAltContext
public static class GroovyParser.ListPrmrAltContext extends PrimaryContext
Constructor Summary
Constructor and description |
---|
ListPrmrAltContext
(PrimaryContext ctx) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
<Result> | public Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
public ListContext |
list() |
Constructor Detail
public ListPrmrAltContext(PrimaryContext ctx)
Method Detail
<Result> @Override public Result accept(ParseTreeVisitor<? extends Result> visitor)
public ListContext list()
© 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.ListPrmrAltContext.html