Uses of Class
com.ibm.fhir.path.FHIRPathParser.ThisInvocationContext
-
Packages that use FHIRPathParser.ThisInvocationContext Package Description com.ibm.fhir.path com.ibm.fhir.path.evaluator com.ibm.fhir.path.util -
-
Uses of FHIRPathParser.ThisInvocationContext in com.ibm.fhir.path
Methods in com.ibm.fhir.path with parameters of type FHIRPathParser.ThisInvocationContext Modifier and Type Method Description T
FHIRPathBaseVisitor. visitThisInvocation(FHIRPathParser.ThisInvocationContext ctx)
Visit a parse tree produced by thethisInvocation
labeled alternative inFHIRPathParser.invocation()
.T
FHIRPathVisitor. visitThisInvocation(FHIRPathParser.ThisInvocationContext ctx)
Visit a parse tree produced by thethisInvocation
labeled alternative inFHIRPathParser.invocation()
. -
Uses of FHIRPathParser.ThisInvocationContext in com.ibm.fhir.path.evaluator
Methods in com.ibm.fhir.path.evaluator with parameters of type FHIRPathParser.ThisInvocationContext Modifier and Type Method Description Collection<FHIRPathNode>
FHIRPathEvaluator.EvaluatingVisitor. visitThisInvocation(FHIRPathParser.ThisInvocationContext ctx)
-
Uses of FHIRPathParser.ThisInvocationContext in com.ibm.fhir.path.util
Methods in com.ibm.fhir.path.util with parameters of type FHIRPathParser.ThisInvocationContext Modifier and Type Method Description Object
PrintingVisitor. visitThisInvocation(FHIRPathParser.ThisInvocationContext ctx)
-