Uses of Class
net.jazdw.rql.RqlParser.ShortPredicateContext
Packages that use RqlParser.ShortPredicateContext
-
Uses of RqlParser.ShortPredicateContext in net.jazdw.rql
Methods in net.jazdw.rql with parameters of type RqlParser.ShortPredicateContextModifier and TypeMethodDescriptionvoidRqlBaseListener.enterShortPredicate(RqlParser.ShortPredicateContext ctx) Enter a parse tree produced by theshortPredicatelabeled alternative inRqlParser.expression().voidRqlListener.enterShortPredicate(RqlParser.ShortPredicateContext ctx) Enter a parse tree produced by theshortPredicatelabeled alternative inRqlParser.expression().voidRqlBaseListener.exitShortPredicate(RqlParser.ShortPredicateContext ctx) Exit a parse tree produced by theshortPredicatelabeled alternative inRqlParser.expression().voidRqlListener.exitShortPredicate(RqlParser.ShortPredicateContext ctx) Exit a parse tree produced by theshortPredicatelabeled alternative inRqlParser.expression().RqlBaseVisitor.visitShortPredicate(RqlParser.ShortPredicateContext ctx) Visit a parse tree produced by theshortPredicatelabeled alternative inRqlParser.expression().RqlVisitor.visitShortPredicate(RqlParser.ShortPredicateContext ctx) Visit a parse tree produced by theshortPredicatelabeled alternative inRqlParser.expression(). -
Uses of RqlParser.ShortPredicateContext in net.jazdw.rql.visitor
Methods in net.jazdw.rql.visitor with parameters of type RqlParser.ShortPredicateContextModifier and TypeMethodDescriptionASTGenerator.visitShortPredicate(RqlParser.ShortPredicateContext ctx) PredicateVisitor.visitShortPredicate(RqlParser.ShortPredicateContext ctx)