Package | Description |
---|---|
net.sourceforge.pmd.lang.swift.antlr4 |
Modifier and Type | Method and Description |
---|---|
SwiftParser.VariableNameContext |
SwiftParser.variableName() |
SwiftParser.VariableNameContext |
SwiftParser.VariableDeclarationContext.variableName() |
SwiftParser.VariableNameContext |
SwiftParser.ProtocolPropertyDeclarationContext.variableName() |
Modifier and Type | Method and Description |
---|---|
void |
SwiftBaseListener.enterVariableName(SwiftParser.VariableNameContext ctx)
Enter a parse tree produced by
SwiftParser.variableName() . |
void |
SwiftListener.enterVariableName(SwiftParser.VariableNameContext ctx)
Enter a parse tree produced by
SwiftParser.variableName() . |
void |
SwiftBaseListener.exitVariableName(SwiftParser.VariableNameContext ctx)
Exit a parse tree produced by
SwiftParser.variableName() . |
void |
SwiftListener.exitVariableName(SwiftParser.VariableNameContext ctx)
Exit a parse tree produced by
SwiftParser.variableName() . |
Copyright © 2002-2017 PMD. All Rights Reserved.