Package | Description |
---|---|
net.sourceforge.pmd.lang.swift.antlr4 |
Modifier and Type | Method and Description |
---|---|
void |
SwiftBaseListener.enterPostfixOperation(SwiftParser.PostfixOperationContext ctx)
Enter a parse tree produced by the
postfixOperation
labeled alternative in SwiftParser.postfixExpression() . |
void |
SwiftListener.enterPostfixOperation(SwiftParser.PostfixOperationContext ctx)
Enter a parse tree produced by the
postfixOperation
labeled alternative in SwiftParser.postfixExpression() . |
void |
SwiftBaseListener.exitPostfixOperation(SwiftParser.PostfixOperationContext ctx)
Exit a parse tree produced by the
postfixOperation
labeled alternative in SwiftParser.postfixExpression() . |
void |
SwiftListener.exitPostfixOperation(SwiftParser.PostfixOperationContext ctx)
Exit a parse tree produced by the
postfixOperation
labeled alternative in SwiftParser.postfixExpression() . |
Copyright © 2002–2017 PMD. All rights reserved.