Class SwiftParser.ExplicitMemberExpression3Context
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- net.sourceforge.pmd.lang.swift.antlr4.SwiftParser.PostfixExpressionContext
-
- net.sourceforge.pmd.lang.swift.antlr4.SwiftParser.ExplicitMemberExpression3Context
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- SwiftParser
public static class SwiftParser.ExplicitMemberExpression3Context extends SwiftParser.PostfixExpressionContext
-
-
Constructor Summary
Constructors Constructor Description ExplicitMemberExpression3Context(SwiftParser.PostfixExpressionContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SwiftParser.ArgumentNamesContextargumentNames()voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)SwiftParser.IdentifierContextidentifier()SwiftParser.PostfixExpressionContextpostfixExpression()-
Methods inherited from class net.sourceforge.pmd.lang.swift.antlr4.SwiftParser.PostfixExpressionContext
copyFrom, getRuleIndex
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Constructor Detail
-
ExplicitMemberExpression3Context
public ExplicitMemberExpression3Context(SwiftParser.PostfixExpressionContext ctx)
-
-
Method Detail
-
postfixExpression
public SwiftParser.PostfixExpressionContext postfixExpression()
-
identifier
public SwiftParser.IdentifierContext identifier()
-
argumentNames
public SwiftParser.ArgumentNamesContext argumentNames()
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRulein classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRulein classorg.antlr.v4.runtime.ParserRuleContext
-
-