net.sourceforge.pmd.lang.swift.antlr4
Class SwiftParser.PostfixExpressionContext

java.lang.Object
  extended by org.antlr.v4.runtime.RuleContext
      extended by org.antlr.v4.runtime.ParserRuleContext
          extended by net.sourceforge.pmd.lang.swift.antlr4.SwiftParser.PostfixExpressionContext
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
Direct Known Subclasses:
SwiftParser.DynamicTypeExpressionContext, SwiftParser.ExplicitMemberExpression1Context, SwiftParser.ExplicitMemberExpression2Context, SwiftParser.ForcedValueExpressionContext, SwiftParser.FunctionCallExpressionContext, SwiftParser.FunctionCallWithClosureExpressionContext, SwiftParser.InitializerExpressionContext, SwiftParser.OptionalChainingExpressionContext, SwiftParser.PostfixOperationContext, SwiftParser.PostfixSelfExpressionContext, SwiftParser.PrimaryContext, SwiftParser.SubscriptExpressionContext
Enclosing class:
SwiftParser

public static class SwiftParser.PostfixExpressionContext
extends org.antlr.v4.runtime.ParserRuleContext


Field Summary
 
Fields inherited from class org.antlr.v4.runtime.ParserRuleContext
children, exception, start, stop
 
Fields inherited from class org.antlr.v4.runtime.RuleContext
EMPTY, invokingState, parent
 
Constructor Summary
SwiftParser.PostfixExpressionContext()
           
SwiftParser.PostfixExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
           
 
Method Summary
 void copyFrom(SwiftParser.PostfixExpressionContext ctx)
           
 int getRuleIndex()
           
 
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
 
Methods inherited from class org.antlr.v4.runtime.RuleContext
accept, depth, getPayload, getRuleContext, getText, isEmpty, toString, toString, toString, toString, toString, toStringTree, toStringTree, toStringTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SwiftParser.PostfixExpressionContext

public SwiftParser.PostfixExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
                                            int invokingState)

SwiftParser.PostfixExpressionContext

public SwiftParser.PostfixExpressionContext()
Method Detail

getRuleIndex

public int getRuleIndex()
Overrides:
getRuleIndex in class org.antlr.v4.runtime.RuleContext

copyFrom

public void copyFrom(SwiftParser.PostfixExpressionContext ctx)


Copyright © 2002-2016 InfoEther. All Rights Reserved.