Package | Description |
---|---|
net.sourceforge.pmd.lang.swift.antlr4 |
Modifier and Type | Method and Description |
---|---|
void |
SwiftBaseListener.enterOptionalChainingExpression(SwiftParser.OptionalChainingExpressionContext ctx)
Enter a parse tree produced by the
optionalChainingExpression
labeled alternative in SwiftParser.postfixExpression() . |
void |
SwiftListener.enterOptionalChainingExpression(SwiftParser.OptionalChainingExpressionContext ctx)
Enter a parse tree produced by the
optionalChainingExpression
labeled alternative in SwiftParser.postfixExpression() . |
void |
SwiftBaseListener.exitOptionalChainingExpression(SwiftParser.OptionalChainingExpressionContext ctx)
Exit a parse tree produced by the
optionalChainingExpression
labeled alternative in SwiftParser.postfixExpression() . |
void |
SwiftListener.exitOptionalChainingExpression(SwiftParser.OptionalChainingExpressionContext ctx)
Exit a parse tree produced by the
optionalChainingExpression
labeled alternative in SwiftParser.postfixExpression() . |
Copyright © 2002-2017 PMD. All Rights Reserved.