| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.swift.antlr4 |
| Modifier and Type | Method | Description |
|---|---|---|
SwiftParser.OperatorContext |
SwiftParser.BalancedTokenContext.operator() |
|
SwiftParser.OperatorContext |
SwiftParser.BinaryOperatorContext.operator() |
|
SwiftParser.OperatorContext |
SwiftParser.FunctionCallArgumentContext.operator() |
|
SwiftParser.OperatorContext |
SwiftParser.FunctionNameContext.operator() |
|
SwiftParser.OperatorContext |
SwiftParser.ImportPathIdentifierContext.operator() |
|
SwiftParser.OperatorContext |
SwiftParser.InfixOperatorDeclarationContext.operator() |
|
SwiftParser.OperatorContext |
SwiftParser.operator() |
|
SwiftParser.OperatorContext |
SwiftParser.PostfixOperatorContext.operator() |
|
SwiftParser.OperatorContext |
SwiftParser.PostfixOperatorDeclarationContext.operator() |
|
SwiftParser.OperatorContext |
SwiftParser.PrefixOperatorContext.operator() |
|
SwiftParser.OperatorContext |
SwiftParser.PrefixOperatorDeclarationContext.operator() |
|
SwiftParser.OperatorContext |
SwiftParser.PrimaryExpressionContext.operator() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SwiftBaseListener.enterOperator(SwiftParser.OperatorContext ctx) |
Enter a parse tree produced by
SwiftParser.operator(). |
void |
SwiftListener.enterOperator(SwiftParser.OperatorContext ctx) |
Enter a parse tree produced by
SwiftParser.operator(). |
void |
SwiftBaseListener.exitOperator(SwiftParser.OperatorContext ctx) |
Exit a parse tree produced by
SwiftParser.operator(). |
void |
SwiftListener.exitOperator(SwiftParser.OperatorContext ctx) |
Exit a parse tree produced by
SwiftParser.operator(). |
Copyright © 2002–2018 PMD. All rights reserved.