Uses of Class
org.ehrbase.aql.parser.AqlParser.PredicateOperandContext
-
Packages that use AqlParser.PredicateOperandContext Package Description org.ehrbase.aql.parser -
-
Uses of AqlParser.PredicateOperandContext in org.ehrbase.aql.parser
Methods in org.ehrbase.aql.parser that return AqlParser.PredicateOperandContext Modifier and Type Method Description AqlParser.PredicateOperandContextAqlParser.NodePredicateComparableContext. predicateOperand(int i)AqlParser.PredicateOperandContextAqlParser.NodePredicateRegExContext. predicateOperand()AqlParser.PredicateOperandContextAqlParser.PredicateEqualityContext. predicateOperand(int i)AqlParser.PredicateOperandContextAqlParser. predicateOperand()Methods in org.ehrbase.aql.parser that return types with arguments of type AqlParser.PredicateOperandContext Modifier and Type Method Description List<AqlParser.PredicateOperandContext>AqlParser.NodePredicateComparableContext. predicateOperand()List<AqlParser.PredicateOperandContext>AqlParser.PredicateEqualityContext. predicateOperand()Methods in org.ehrbase.aql.parser with parameters of type AqlParser.PredicateOperandContext Modifier and Type Method Description TAqlBaseVisitor. visitPredicateOperand(AqlParser.PredicateOperandContext ctx)Visit a parse tree produced byAqlParser.predicateOperand().TAqlVisitor. visitPredicateOperand(AqlParser.PredicateOperandContext ctx)Visit a parse tree produced byAqlParser.predicateOperand().
-