Uses of Class
net.sourceforge.pmd.lang.swift.ast.SwiftParser.SwPrimary
-
Packages that use SwiftParser.SwPrimary Package Description net.sourceforge.pmd.lang.swift.ast -
-
Uses of SwiftParser.SwPrimary in net.sourceforge.pmd.lang.swift.ast
Methods in net.sourceforge.pmd.lang.swift.ast with parameters of type SwiftParser.SwPrimary Modifier and Type Method Description voidSwiftBaseListener. 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().
-