Package | Description |
---|---|
net.sourceforge.pmd.lang.swift.antlr4 |
Modifier and Type | Method | Description |
---|---|---|
SwiftParser.FunctionCallArgumentClauseContext |
SwiftParser.functionCallArgumentClause() |
|
SwiftParser.FunctionCallArgumentClauseContext |
SwiftParser.FunctionCallExpressionContext.functionCallArgumentClause() |
|
SwiftParser.FunctionCallArgumentClauseContext |
SwiftParser.FunctionCallWithClosureExpressionContext.functionCallArgumentClause() |
Modifier and Type | Method | Description |
---|---|---|
void |
SwiftBaseListener.enterFunctionCallArgumentClause(SwiftParser.FunctionCallArgumentClauseContext ctx) |
Enter a parse tree produced by
SwiftParser.functionCallArgumentClause() . |
void |
SwiftListener.enterFunctionCallArgumentClause(SwiftParser.FunctionCallArgumentClauseContext ctx) |
Enter a parse tree produced by
SwiftParser.functionCallArgumentClause() . |
void |
SwiftBaseListener.exitFunctionCallArgumentClause(SwiftParser.FunctionCallArgumentClauseContext ctx) |
Exit a parse tree produced by
SwiftParser.functionCallArgumentClause() . |
void |
SwiftListener.exitFunctionCallArgumentClause(SwiftParser.FunctionCallArgumentClauseContext ctx) |
Exit a parse tree produced by
SwiftParser.functionCallArgumentClause() . |
Copyright © 2002–2018 PMD. All rights reserved.