Uses of Class
net.sourceforge.pmd.lang.swift.ast.SwiftParser.SwIsPattern
Packages that use SwiftParser.SwIsPattern
-
Uses of SwiftParser.SwIsPattern in net.sourceforge.pmd.lang.swift.ast
Methods in net.sourceforge.pmd.lang.swift.ast that return SwiftParser.SwIsPatternModifier and TypeMethodDescriptionfinal SwiftParser.SwIsPatternSwiftParser.isPattern()SwiftParser.SwTypeCastingPattern.isPattern()Methods in net.sourceforge.pmd.lang.swift.ast with parameters of type SwiftParser.SwIsPatternModifier and TypeMethodDescriptionvoidSwiftBaseListener.enterIsPattern(SwiftParser.SwIsPattern ctx) Enter a parse tree produced bySwiftParser.isPattern().voidSwiftListener.enterIsPattern(SwiftParser.SwIsPattern ctx) Enter a parse tree produced bySwiftParser.isPattern().voidSwiftBaseListener.exitIsPattern(SwiftParser.SwIsPattern ctx) Exit a parse tree produced bySwiftParser.isPattern().voidSwiftListener.exitIsPattern(SwiftParser.SwIsPattern ctx) Exit a parse tree produced bySwiftParser.isPattern().default RSwiftVisitor.visitIsPattern(SwiftParser.SwIsPattern node, P data) Visit a parse tree produced bySwiftParser.isPattern().