public static class SwiftParser.SubscriptExpressionContext extends SwiftParser.PostfixExpressionContext
Constructor and Description |
---|
SwiftParser.SubscriptExpressionContext(SwiftParser.PostfixExpressionContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
SwiftParser.ExpressionListContext |
expressionList() |
SwiftParser.PostfixExpressionContext |
postfixExpression() |
copyFrom, getRuleIndex
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public SwiftParser.SubscriptExpressionContext(SwiftParser.PostfixExpressionContext ctx)
public SwiftParser.PostfixExpressionContext postfixExpression()
public SwiftParser.ExpressionListContext expressionList()
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-2017 PMD. All Rights Reserved.