Uses of Class
org.ehrbase.aql.parser.AqlParser.OperandContext
-
Packages that use AqlParser.OperandContext Package Description org.ehrbase.aql.parser -
-
Uses of AqlParser.OperandContext in org.ehrbase.aql.parser
Methods in org.ehrbase.aql.parser that return AqlParser.OperandContext Modifier and Type Method Description AqlParser.OperandContextAqlParser.FunctionContext. operand(int i)AqlParser.OperandContextAqlParser.IdentifiedOperandContext. operand()AqlParser.OperandContextAqlParser. operand()AqlParser.OperandContextAqlParser.PredicateOperandContext. operand()AqlParser.OperandContextAqlParser.ValueListItemsContext. operand()Methods in org.ehrbase.aql.parser that return types with arguments of type AqlParser.OperandContext Modifier and Type Method Description List<AqlParser.OperandContext>AqlParser.FunctionContext. operand()Methods in org.ehrbase.aql.parser with parameters of type AqlParser.OperandContext Modifier and Type Method Description TAqlBaseVisitor. visitOperand(AqlParser.OperandContext ctx)Visit a parse tree produced byAqlParser.operand().ValueAqlToDtoVisitor. visitOperand(AqlParser.OperandContext ctx)TAqlVisitor. visitOperand(AqlParser.OperandContext ctx)Visit a parse tree produced byAqlParser.operand().
-