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