| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.swift.antlr4 |
| Modifier and Type | Method | Description |
|---|---|---|
SwiftParser.LabelNameContext |
SwiftParser.BreakStatementContext.labelName() |
|
SwiftParser.LabelNameContext |
SwiftParser.ContinueStatementContext.labelName() |
|
SwiftParser.LabelNameContext |
SwiftParser.labelName() |
|
SwiftParser.LabelNameContext |
SwiftParser.StatementLabelContext.labelName() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SwiftBaseListener.enterLabelName(SwiftParser.LabelNameContext ctx) |
Enter a parse tree produced by
SwiftParser.labelName(). |
void |
SwiftListener.enterLabelName(SwiftParser.LabelNameContext ctx) |
Enter a parse tree produced by
SwiftParser.labelName(). |
void |
SwiftBaseListener.exitLabelName(SwiftParser.LabelNameContext ctx) |
Exit a parse tree produced by
SwiftParser.labelName(). |
void |
SwiftListener.exitLabelName(SwiftParser.LabelNameContext ctx) |
Exit a parse tree produced by
SwiftParser.labelName(). |
Copyright © 2002–2018 PMD. All rights reserved.