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 TFHIRPathBaseVisitor. visitOrExpression(FHIRPathParser.OrExpressionContext ctx)Visit a parse tree produced by theorExpressionlabeled alternative inFHIRPathParser.expression().TFHIRPathVisitor. visitOrExpression(FHIRPathParser.OrExpressionContext ctx)Visit a parse tree produced by theorExpressionlabeled 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.ObjectPrintingVisitor. visitOrExpression(FHIRPathParser.OrExpressionContext ctx) 
 -