| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.swift.antlr4 |
| Modifier and Type | Method | Description |
|---|---|---|
SwiftParser.FunctionTypeArgumentContext |
SwiftParser.functionTypeArgument() |
|
SwiftParser.FunctionTypeArgumentContext |
SwiftParser.FunctionTypeArgumentListContext.functionTypeArgument(int i) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<SwiftParser.FunctionTypeArgumentContext> |
SwiftParser.FunctionTypeArgumentListContext.functionTypeArgument() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SwiftBaseListener.enterFunctionTypeArgument(SwiftParser.FunctionTypeArgumentContext ctx) |
Enter a parse tree produced by
SwiftParser.functionTypeArgument(). |
void |
SwiftListener.enterFunctionTypeArgument(SwiftParser.FunctionTypeArgumentContext ctx) |
Enter a parse tree produced by
SwiftParser.functionTypeArgument(). |
void |
SwiftBaseListener.exitFunctionTypeArgument(SwiftParser.FunctionTypeArgumentContext ctx) |
Exit a parse tree produced by
SwiftParser.functionTypeArgument(). |
void |
SwiftListener.exitFunctionTypeArgument(SwiftParser.FunctionTypeArgumentContext ctx) |
Exit a parse tree produced by
SwiftParser.functionTypeArgument(). |
Copyright © 2002–2018 PMD. All rights reserved.