Package | Description |
---|---|
net.sourceforge.pmd.lang.swift.antlr4 |
Modifier and Type | Method and Description |
---|---|
SwiftParser.DictionaryLiteralContext |
SwiftParser.dictionaryLiteral() |
SwiftParser.DictionaryLiteralContext |
SwiftParser.LiteralExpressionContext.dictionaryLiteral() |
Modifier and Type | Method and 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-2017 PMD. All Rights Reserved.