Uses of Class
org.linuxforhealth.fhir.path.FHIRPathParser.OrExpressionContext
-
Packages that use FHIRPathParser.OrExpressionContext Package Description org.linuxforhealth.fhir.path org.linuxforhealth.fhir.path.evaluator org.linuxforhealth.fhir.path.util -
-
Uses of FHIRPathParser.OrExpressionContext in org.linuxforhealth.fhir.path
Methods in org.linuxforhealth.fhir.path with parameters of type FHIRPathParser.OrExpressionContext Modifier and Type Method Description T
FHIRPathBaseVisitor. visitOrExpression(FHIRPathParser.OrExpressionContext ctx)
Visit a parse tree produced by theorExpression
labeled alternative inFHIRPathParser.expression()
.T
FHIRPathVisitor. visitOrExpression(FHIRPathParser.OrExpressionContext ctx)
Visit a parse tree produced by theorExpression
labeled alternative inFHIRPathParser.expression()
. -
Uses of FHIRPathParser.OrExpressionContext in org.linuxforhealth.fhir.path.evaluator
Methods in org.linuxforhealth.fhir.path.evaluator with parameters of type FHIRPathParser.OrExpressionContext Modifier and Type Method Description java.util.Collection<FHIRPathNode>
FHIRPathEvaluator.EvaluatingVisitor. visitOrExpression(FHIRPathParser.OrExpressionContext ctx)
-
Uses of FHIRPathParser.OrExpressionContext in org.linuxforhealth.fhir.path.util
Methods in org.linuxforhealth.fhir.path.util with parameters of type FHIRPathParser.OrExpressionContext Modifier and Type Method Description java.lang.Object
PrintingVisitor. visitOrExpression(FHIRPathParser.OrExpressionContext ctx)
-