public static class SwiftParser.ClosureSignatureContext
extends org.antlr.v4.runtime.ParserRuleContext
Constructor and Description |
---|
ClosureSignatureContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
SwiftParser.CaptureListContext |
captureList() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
SwiftParser.FunctionResultContext |
functionResult() |
int |
getRuleIndex() |
SwiftParser.IdentifierListContext |
identifierList() |
SwiftParser.ParameterClauseContext |
parameterClause() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public ClosureSignatureContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public SwiftParser.ParameterClauseContext parameterClause()
public SwiftParser.FunctionResultContext functionResult()
public SwiftParser.IdentifierListContext identifierList()
public SwiftParser.CaptureListContext captureList()
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–2017 PMD. All rights reserved.