public static class SwiftParser.PrimaryExpressionContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor | Description |
|---|---|
PrimaryExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method | Description |
|---|---|---|
SwiftParser.ClosureExpressionContext |
closureExpression() |
|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
|
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
|
SwiftParser.GenericArgumentClauseContext |
genericArgumentClause() |
|
int |
getRuleIndex() |
|
SwiftParser.IdentifierContext |
identifier() |
|
SwiftParser.ImplicitMemberExpressionContext |
implicitMemberExpression() |
|
SwiftParser.LiteralExpressionContext |
literalExpression() |
|
SwiftParser.OperatorContext |
operator() |
|
SwiftParser.ParenthesizedExpressionContext |
parenthesizedExpression() |
|
SwiftParser.SelfExpressionContext |
selfExpression() |
|
SwiftParser.SuperclassExpressionContext |
superclassExpression() |
|
SwiftParser.WildcardExpressionContext |
wildcardExpression() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic PrimaryExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public SwiftParser.IdentifierContext identifier()
public SwiftParser.OperatorContext operator()
public SwiftParser.GenericArgumentClauseContext genericArgumentClause()
public SwiftParser.LiteralExpressionContext literalExpression()
public SwiftParser.SelfExpressionContext selfExpression()
public SwiftParser.SuperclassExpressionContext superclassExpression()
public SwiftParser.ClosureExpressionContext closureExpression()
public SwiftParser.ParenthesizedExpressionContext parenthesizedExpression()
public SwiftParser.ImplicitMemberExpressionContext implicitMemberExpression()
public SwiftParser.WildcardExpressionContext wildcardExpression()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContextCopyright © 2002–2018 PMD. All rights reserved.