Uses of Class
net.jazdw.rql.RqlParser.PredicateContext
Packages that use RqlParser.PredicateContext
-
Uses of RqlParser.PredicateContext in net.jazdw.rql
Methods in net.jazdw.rql with parameters of type RqlParser.PredicateContextModifier and TypeMethodDescriptionvoidRqlBaseListener.enterPredicate(RqlParser.PredicateContext ctx) Enter a parse tree produced by thepredicatelabeled alternative inRqlParser.expression().voidRqlListener.enterPredicate(RqlParser.PredicateContext ctx) Enter a parse tree produced by thepredicatelabeled alternative inRqlParser.expression().voidRqlBaseListener.exitPredicate(RqlParser.PredicateContext ctx) Exit a parse tree produced by thepredicatelabeled alternative inRqlParser.expression().voidRqlListener.exitPredicate(RqlParser.PredicateContext ctx) Exit a parse tree produced by thepredicatelabeled alternative inRqlParser.expression().RqlBaseVisitor.visitPredicate(RqlParser.PredicateContext ctx) Visit a parse tree produced by thepredicatelabeled alternative inRqlParser.expression().RqlVisitor.visitPredicate(RqlParser.PredicateContext ctx) Visit a parse tree produced by thepredicatelabeled alternative inRqlParser.expression(). -
Uses of RqlParser.PredicateContext in net.jazdw.rql.visitor
Methods in net.jazdw.rql.visitor with parameters of type RqlParser.PredicateContextModifier and TypeMethodDescriptionASTGenerator.visitPredicate(RqlParser.PredicateContext ctx) PredicateVisitor.visitPredicate(RqlParser.PredicateContext ctx)