Uses of Class
net.sourceforge.pmd.lang.swift.ast.SwiftParser.SwFunctionCallWithClosureExpression
Packages that use SwiftParser.SwFunctionCallWithClosureExpression
-
Uses of SwiftParser.SwFunctionCallWithClosureExpression in net.sourceforge.pmd.lang.swift.ast
Methods in net.sourceforge.pmd.lang.swift.ast with parameters of type SwiftParser.SwFunctionCallWithClosureExpressionModifier and TypeMethodDescriptionvoidSwiftBaseListener.enterFunctionCallWithClosureExpression(SwiftParser.SwFunctionCallWithClosureExpression ctx) Enter a parse tree produced by thefunctionCallWithClosureExpressionlabeled alternative inSwiftParser.postfixExpression().voidSwiftListener.enterFunctionCallWithClosureExpression(SwiftParser.SwFunctionCallWithClosureExpression ctx) Enter a parse tree produced by thefunctionCallWithClosureExpressionlabeled alternative inSwiftParser.postfixExpression().voidSwiftBaseListener.exitFunctionCallWithClosureExpression(SwiftParser.SwFunctionCallWithClosureExpression ctx) Exit a parse tree produced by thefunctionCallWithClosureExpressionlabeled alternative inSwiftParser.postfixExpression().voidSwiftListener.exitFunctionCallWithClosureExpression(SwiftParser.SwFunctionCallWithClosureExpression ctx) Exit a parse tree produced by thefunctionCallWithClosureExpressionlabeled alternative inSwiftParser.postfixExpression().default RSwiftVisitor.visitFunctionCallWithClosureExpression(SwiftParser.SwFunctionCallWithClosureExpression node, P data) Visit a parse tree produced by thefunctionCallWithClosureExpressionlabeled alternative inSwiftParser.postfixExpression().