org.antlr.v4.runtime.tree.ParseTree
, org.antlr.v4.runtime.tree.RuleNode
, org.antlr.v4.runtime.tree.SyntaxTree
, org.antlr.v4.runtime.tree.Tree
public static class SwiftParser.PrimaryExpressionContext
extends org.antlr.v4.runtime.ParserRuleContext
Constructor | Description |
---|---|
PrimaryExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public PrimaryExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public SwiftParser.IdentifierContext identifier()
public SwiftParser.OperatorContext operator()
public SwiftParser.KeywordContext keyword()
public SwiftParser.ContextSensitiveKeywordContext contextSensitiveKeyword()
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.TupleExpressionContext tupleExpression()
public SwiftParser.ImplicitMemberExpressionContext implicitMemberExpression()
public SwiftParser.WildcardExpressionContext wildcardExpression()
public SwiftParser.SelectorExpressionContext selectorExpression()
public SwiftParser.KeyPathExpressionContext keyPathExpression()
public int getRuleIndex()
getRuleIndex
in class org.antlr.v4.runtime.RuleContext
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule
in class org.antlr.v4.runtime.ParserRuleContext
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule
in class org.antlr.v4.runtime.ParserRuleContext
Copyright © 2002–2018 PMD. All rights reserved.