Package | Description |
---|---|
net.sourceforge.pmd.lang.swift.antlr4 |
Modifier and Type | Method and Description |
---|---|
SwiftParser.LiteralContext |
SwiftParser.literal() |
SwiftParser.LiteralContext |
SwiftParser.RawValueAssignmentContext.literal() |
SwiftParser.LiteralContext |
SwiftParser.BalancedTokenContext.literal() |
SwiftParser.LiteralContext |
SwiftParser.LiteralExpressionContext.literal() |
Modifier and Type | Method and Description |
---|---|
void |
SwiftBaseListener.enterLiteral(SwiftParser.LiteralContext ctx)
Enter a parse tree produced by
SwiftParser.literal() . |
void |
SwiftListener.enterLiteral(SwiftParser.LiteralContext ctx)
Enter a parse tree produced by
SwiftParser.literal() . |
void |
SwiftBaseListener.exitLiteral(SwiftParser.LiteralContext ctx)
Exit a parse tree produced by
SwiftParser.literal() . |
void |
SwiftListener.exitLiteral(SwiftParser.LiteralContext ctx)
Exit a parse tree produced by
SwiftParser.literal() . |
Copyright © 2002–2018 PMD. All rights reserved.