Uses of Class
net.sourceforge.pmd.lang.swift.ast.SwiftParser.SwPrimary
Packages that use SwiftParser.SwPrimary
-
Uses of SwiftParser.SwPrimary in net.sourceforge.pmd.lang.swift.ast
Methods in net.sourceforge.pmd.lang.swift.ast with parameters of type SwiftParser.SwPrimaryModifier and TypeMethodDescriptionvoidSwiftBaseListener.enterPrimary(SwiftParser.SwPrimary ctx) Enter a parse tree produced by theprimarylabeled alternative inSwiftParser.postfixExpression().voidSwiftListener.enterPrimary(SwiftParser.SwPrimary ctx) Enter a parse tree produced by theprimarylabeled alternative inSwiftParser.postfixExpression().voidSwiftBaseListener.exitPrimary(SwiftParser.SwPrimary ctx) Exit a parse tree produced by theprimarylabeled alternative inSwiftParser.postfixExpression().voidSwiftListener.exitPrimary(SwiftParser.SwPrimary ctx) Exit a parse tree produced by theprimarylabeled alternative inSwiftParser.postfixExpression().default RSwiftVisitor.visitPrimary(SwiftParser.SwPrimary node, P data) Visit a parse tree produced by theprimarylabeled alternative inSwiftParser.postfixExpression().