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