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 void
SwiftBaseListener. enterPrimary(SwiftParser.PrimaryContext ctx)
Enter a parse tree produced by theprimary
labeled alternative inSwiftParser.postfixExpression()
.void
SwiftListener. enterPrimary(SwiftParser.PrimaryContext ctx)
Enter a parse tree produced by theprimary
labeled alternative inSwiftParser.postfixExpression()
.void
SwiftBaseListener. exitPrimary(SwiftParser.PrimaryContext ctx)
Exit a parse tree produced by theprimary
labeled alternative inSwiftParser.postfixExpression()
.void
SwiftListener. exitPrimary(SwiftParser.PrimaryContext ctx)
Exit a parse tree produced by theprimary
labeled alternative inSwiftParser.postfixExpression()
.
-