public static class SwiftParser.FunctionCallWithClosureExpressionContext extends SwiftParser.PostfixExpressionContext
| Constructor and Description |
|---|
FunctionCallWithClosureExpressionContext(SwiftParser.PostfixExpressionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
SwiftParser.ClosureExpressionContext |
closureExpression() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
SwiftParser.ParenthesizedExpressionContext |
parenthesizedExpression() |
SwiftParser.PostfixExpressionContext |
postfixExpression() |
copyFrom, getRuleIndexaddChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic FunctionCallWithClosureExpressionContext(SwiftParser.PostfixExpressionContext ctx)
public SwiftParser.PostfixExpressionContext postfixExpression()
public SwiftParser.ClosureExpressionContext closureExpression()
public SwiftParser.ParenthesizedExpressionContext parenthesizedExpression()
public 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–2016 InfoEther. All rights reserved.