Package | Description |
---|---|
net.sourceforge.pmd.lang.swift.antlr4 |
Modifier and Type | Method and Description |
---|---|
SwiftParser.LiteralExpressionContext |
SwiftParser.literalExpression() |
SwiftParser.LiteralExpressionContext |
SwiftParser.PrimaryExpressionContext.literalExpression() |
Modifier and Type | Method and 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–2017 PMD. All rights reserved.