public static class GroovyParser.PathElementContext extends GroovyParserRuleContext
| Modifiers | Name | Description |
|---|---|---|
int | t |
| Constructor and description |
|---|
PathElementContext
(ParserRuleContext parent, int invokingState) |
| Type Params | Return Type | Name and description |
|---|---|---|
public TerminalNode |
AT() | |
public TerminalNode |
DOT() | |
public TerminalNode |
METHOD_POINTER() | |
public TerminalNode |
METHOD_REFERENCE() | |
public TerminalNode |
NEW() | |
public TerminalNode |
SAFE_CHAIN_DOT() | |
public TerminalNode |
SAFE_DOT() | |
public TerminalNode |
SPREAD_DOT() | |
<Result> | public Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
public ArgumentsContext |
arguments() | |
public ClosureOrLambdaExpressionContext |
closureOrLambdaExpression() | |
public CreatorContext |
creator() | |
public int |
getRuleIndex() | |
public IndexPropertyArgsContext |
indexPropertyArgs() | |
public NamePartContext |
namePart() | |
public NamedPropertyArgsContext |
namedPropertyArgs() | |
public List<? extends NlsContext> |
nls() | |
public NlsContext |
nls(int i) | |
public NonWildcardTypeArgumentsContext |
nonWildcardTypeArguments() |
© 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.PathElementContext.html