Package | Description |
---|---|
net.sourceforge.pmd.lang.swift.antlr4 |
Modifier and Type | Method and Description |
---|---|
SwiftParser.ConstantDeclarationContext |
SwiftParser.constantDeclaration() |
SwiftParser.ConstantDeclarationContext |
SwiftParser.DeclarationContext.constantDeclaration() |
Modifier and Type | Method and Description |
---|---|
void |
SwiftBaseListener.enterConstantDeclaration(SwiftParser.ConstantDeclarationContext ctx)
Enter a parse tree produced by
SwiftParser.constantDeclaration() . |
void |
SwiftListener.enterConstantDeclaration(SwiftParser.ConstantDeclarationContext ctx)
Enter a parse tree produced by
SwiftParser.constantDeclaration() . |
void |
SwiftBaseListener.exitConstantDeclaration(SwiftParser.ConstantDeclarationContext ctx)
Exit a parse tree produced by
SwiftParser.constantDeclaration() . |
void |
SwiftListener.exitConstantDeclaration(SwiftParser.ConstantDeclarationContext ctx)
Exit a parse tree produced by
SwiftParser.constantDeclaration() . |
Copyright © 2002–2017 PMD. All rights reserved.