Uses of Class
net.sourceforge.pmd.lang.swift.antlr4.SwiftParser.PrimaryContext
-
Packages that use SwiftParser.PrimaryContext Package Description net.sourceforge.pmd.lang.swift.antlr4 -
-
Uses of SwiftParser.PrimaryContext in net.sourceforge.pmd.lang.swift.antlr4
Methods in net.sourceforge.pmd.lang.swift.antlr4 with parameters of type SwiftParser.PrimaryContext Modifier and Type Method Description voidSwiftBaseListener. enterPrimary(SwiftParser.PrimaryContext ctx)Enter a parse tree produced by theprimarylabeled alternative inSwiftParser.postfixExpression().voidSwiftListener. enterPrimary(SwiftParser.PrimaryContext ctx)Enter a parse tree produced by theprimarylabeled alternative inSwiftParser.postfixExpression().voidSwiftBaseListener. exitPrimary(SwiftParser.PrimaryContext ctx)Exit a parse tree produced by theprimarylabeled alternative inSwiftParser.postfixExpression().voidSwiftListener. exitPrimary(SwiftParser.PrimaryContext ctx)Exit a parse tree produced by theprimarylabeled alternative inSwiftParser.postfixExpression().
-