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