Package | Description |
---|---|
net.sourceforge.pmd.lang.swift.antlr4 |
Modifier and Type | Method and Description |
---|---|
SwiftParser.ClosureExpressionContext |
SwiftParser.closureExpression() |
SwiftParser.ClosureExpressionContext |
SwiftParser.PrimaryExpressionContext.closureExpression() |
SwiftParser.ClosureExpressionContext |
SwiftParser.FunctionCallWithClosureExpressionContext.closureExpression() |
Modifier and Type | Method and Description |
---|---|
void |
SwiftBaseListener.enterClosureExpression(SwiftParser.ClosureExpressionContext ctx)
Enter a parse tree produced by
SwiftParser.closureExpression() . |
void |
SwiftListener.enterClosureExpression(SwiftParser.ClosureExpressionContext ctx)
Enter a parse tree produced by
SwiftParser.closureExpression() . |
void |
SwiftBaseListener.exitClosureExpression(SwiftParser.ClosureExpressionContext ctx)
Exit a parse tree produced by
SwiftParser.closureExpression() . |
void |
SwiftListener.exitClosureExpression(SwiftParser.ClosureExpressionContext ctx)
Exit a parse tree produced by
SwiftParser.closureExpression() . |
Copyright © 2002–2017 PMD. All rights reserved.