[Java] Class GroovyParser.CastParExpressionContext
- org.apache.groovy.parser.antlr4.GroovyParser.CastParExpressionContext
public static class GroovyParser.CastParExpressionContext extends GroovyParserRuleContext
Constructor Summary
Constructor and description |
---|
CastParExpressionContext
(ParserRuleContext parent, int invokingState) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public TerminalNode |
LPAREN() | |
<Result> | public Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
public int |
getRuleIndex() | |
public RparenContext |
rparen() | |
public TypeContext |
type() |
Constructor Detail
public CastParExpressionContext(ParserRuleContext parent, int invokingState)
Method Detail
public TerminalNode LPAREN()
<Result> @Override public Result accept(ParseTreeVisitor<? extends Result> visitor)
@Override public int getRuleIndex()
public RparenContext rparen()
public TypeContext type()
© 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.CastParExpressionContext.html