Package | Description |
---|---|
net.sourceforge.pmd.lang.swift.antlr4 |
Modifier and Type | Method | Description |
---|---|---|
SwiftParser.LiteralExpressionContext |
SwiftParser.literalExpression() |
|
SwiftParser.LiteralExpressionContext |
SwiftParser.PrimaryExpressionContext.literalExpression() |
Modifier and Type | Method | Description |
---|---|---|
void |
SwiftBaseListener.enterLiteralExpression(SwiftParser.LiteralExpressionContext ctx) |
Enter a parse tree produced by
SwiftParser.literalExpression() . |
void |
SwiftListener.enterLiteralExpression(SwiftParser.LiteralExpressionContext ctx) |
Enter a parse tree produced by
SwiftParser.literalExpression() . |
void |
SwiftBaseListener.exitLiteralExpression(SwiftParser.LiteralExpressionContext ctx) |
Exit a parse tree produced by
SwiftParser.literalExpression() . |
void |
SwiftListener.exitLiteralExpression(SwiftParser.LiteralExpressionContext ctx) |
Exit a parse tree produced by
SwiftParser.literalExpression() . |
Copyright © 2002–2018 PMD. All rights reserved.