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