Uses of Class
net.jazdw.rql.RqlParser.LogicalContext
Packages that use RqlParser.LogicalContext
-
Uses of RqlParser.LogicalContext in net.jazdw.rql
Methods in net.jazdw.rql with parameters of type RqlParser.LogicalContextModifier and TypeMethodDescriptionvoidRqlBaseListener.enterLogical(RqlParser.LogicalContext ctx) Enter a parse tree produced by thelogicallabeled alternative inRqlParser.expression().voidRqlListener.enterLogical(RqlParser.LogicalContext ctx) Enter a parse tree produced by thelogicallabeled alternative inRqlParser.expression().voidRqlBaseListener.exitLogical(RqlParser.LogicalContext ctx) Exit a parse tree produced by thelogicallabeled alternative inRqlParser.expression().voidRqlListener.exitLogical(RqlParser.LogicalContext ctx) Exit a parse tree produced by thelogicallabeled alternative inRqlParser.expression().RqlBaseVisitor.visitLogical(RqlParser.LogicalContext ctx) Visit a parse tree produced by thelogicallabeled alternative inRqlParser.expression().RqlVisitor.visitLogical(RqlParser.LogicalContext ctx) Visit a parse tree produced by thelogicallabeled alternative inRqlParser.expression(). -
Uses of RqlParser.LogicalContext in net.jazdw.rql.visitor
Methods in net.jazdw.rql.visitor with parameters of type RqlParser.LogicalContextModifier and TypeMethodDescriptionASTGenerator.visitLogical(RqlParser.LogicalContext ctx) PredicateVisitor.visitLogical(RqlParser.LogicalContext ctx)