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