Package | Description |
---|---|
net.sourceforge.pmd.lang.swift.antlr4 |
Modifier and Type | Method and Description |
---|---|
SwiftParser.ProtocolMethodDeclarationContext |
SwiftParser.protocolMethodDeclaration() |
SwiftParser.ProtocolMethodDeclarationContext |
SwiftParser.ProtocolMemberDeclarationContext.protocolMethodDeclaration() |
Modifier and Type | Method and Description |
---|---|
void |
SwiftBaseListener.enterProtocolMethodDeclaration(SwiftParser.ProtocolMethodDeclarationContext ctx)
Enter a parse tree produced by
SwiftParser.protocolMethodDeclaration() . |
void |
SwiftListener.enterProtocolMethodDeclaration(SwiftParser.ProtocolMethodDeclarationContext ctx)
Enter a parse tree produced by
SwiftParser.protocolMethodDeclaration() . |
void |
SwiftBaseListener.exitProtocolMethodDeclaration(SwiftParser.ProtocolMethodDeclarationContext ctx)
Exit a parse tree produced by
SwiftParser.protocolMethodDeclaration() . |
void |
SwiftListener.exitProtocolMethodDeclaration(SwiftParser.ProtocolMethodDeclarationContext ctx)
Exit a parse tree produced by
SwiftParser.protocolMethodDeclaration() . |
Copyright © 2002-2017 PMD. All Rights Reserved.