Class FHIRPathEvaluator.EvaluatingVisitor
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- com.ibm.fhir.path.FHIRPathBaseVisitor<Collection<FHIRPathNode>>
-
- com.ibm.fhir.path.evaluator.FHIRPathEvaluator.EvaluatingVisitor
-
- All Implemented Interfaces:
FHIRPathVisitor<Collection<FHIRPathNode>>,org.antlr.v4.runtime.tree.ParseTreeVisitor<Collection<FHIRPathNode>>
- Enclosing class:
- FHIRPathEvaluator
public static class FHIRPathEvaluator.EvaluatingVisitor extends FHIRPathBaseVisitor<Collection<FHIRPathNode>>
-
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitIndexerExpression
public Collection<FHIRPathNode> visitIndexerExpression(FHIRPathParser.IndexerExpressionContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by theindexerExpressionlabeled alternative inFHIRPathParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexerExpressionin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitIndexerExpressionin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPolarityExpression
public Collection<FHIRPathNode> visitPolarityExpression(FHIRPathParser.PolarityExpressionContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by thepolarityExpressionlabeled alternative inFHIRPathParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPolarityExpressionin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitPolarityExpressionin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdditiveExpression
public Collection<FHIRPathNode> visitAdditiveExpression(FHIRPathParser.AdditiveExpressionContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by theadditiveExpressionlabeled alternative inFHIRPathParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAdditiveExpressionin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitAdditiveExpressionin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultiplicativeExpression
public Collection<FHIRPathNode> visitMultiplicativeExpression(FHIRPathParser.MultiplicativeExpressionContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by themultiplicativeExpressionlabeled alternative inFHIRPathParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultiplicativeExpressionin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitMultiplicativeExpressionin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnionExpression
public Collection<FHIRPathNode> visitUnionExpression(FHIRPathParser.UnionExpressionContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by theunionExpressionlabeled alternative inFHIRPathParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnionExpressionin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitUnionExpressionin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrExpression
public Collection<FHIRPathNode> visitOrExpression(FHIRPathParser.OrExpressionContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by theorExpressionlabeled alternative inFHIRPathParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrExpressionin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitOrExpressionin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAndExpression
public Collection<FHIRPathNode> visitAndExpression(FHIRPathParser.AndExpressionContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by theandExpressionlabeled alternative inFHIRPathParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAndExpressionin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitAndExpressionin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMembershipExpression
public Collection<FHIRPathNode> visitMembershipExpression(FHIRPathParser.MembershipExpressionContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by themembershipExpressionlabeled alternative inFHIRPathParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMembershipExpressionin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitMembershipExpressionin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInequalityExpression
public Collection<FHIRPathNode> visitInequalityExpression(FHIRPathParser.InequalityExpressionContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by theinequalityExpressionlabeled alternative inFHIRPathParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInequalityExpressionin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitInequalityExpressionin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInvocationExpression
public Collection<FHIRPathNode> visitInvocationExpression(FHIRPathParser.InvocationExpressionContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by theinvocationExpressionlabeled alternative inFHIRPathParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInvocationExpressionin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitInvocationExpressionin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEqualityExpression
public Collection<FHIRPathNode> visitEqualityExpression(FHIRPathParser.EqualityExpressionContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by theequalityExpressionlabeled alternative inFHIRPathParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEqualityExpressionin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitEqualityExpressionin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImpliesExpression
public Collection<FHIRPathNode> visitImpliesExpression(FHIRPathParser.ImpliesExpressionContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by theimpliesExpressionlabeled alternative inFHIRPathParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImpliesExpressionin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitImpliesExpressionin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTermExpression
public Collection<FHIRPathNode> visitTermExpression(FHIRPathParser.TermExpressionContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by thetermExpressionlabeled alternative inFHIRPathParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTermExpressionin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitTermExpressionin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeExpression
public Collection<FHIRPathNode> visitTypeExpression(FHIRPathParser.TypeExpressionContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by thetypeExpressionlabeled alternative inFHIRPathParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeExpressionin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitTypeExpressionin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInvocationTerm
public Collection<FHIRPathNode> visitInvocationTerm(FHIRPathParser.InvocationTermContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by theinvocationTermlabeled alternative inFHIRPathParser.term().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInvocationTermin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitInvocationTermin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralTerm
public Collection<FHIRPathNode> visitLiteralTerm(FHIRPathParser.LiteralTermContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by theliteralTermlabeled alternative inFHIRPathParser.term().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralTermin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitLiteralTermin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExternalConstantTerm
public Collection<FHIRPathNode> visitExternalConstantTerm(FHIRPathParser.ExternalConstantTermContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by theexternalConstantTermlabeled alternative inFHIRPathParser.term().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExternalConstantTermin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitExternalConstantTermin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParenthesizedTerm
public Collection<FHIRPathNode> visitParenthesizedTerm(FHIRPathParser.ParenthesizedTermContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by theparenthesizedTermlabeled alternative inFHIRPathParser.term().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParenthesizedTermin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitParenthesizedTermin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullLiteral
public Collection<FHIRPathNode> visitNullLiteral(FHIRPathParser.NullLiteralContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by thenullLiterallabeled alternative inFHIRPathParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNullLiteralin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitNullLiteralin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanLiteral
public Collection<FHIRPathNode> visitBooleanLiteral(FHIRPathParser.BooleanLiteralContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by thebooleanLiterallabeled alternative inFHIRPathParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanLiteralin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitBooleanLiteralin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiteral
public Collection<FHIRPathNode> visitStringLiteral(FHIRPathParser.StringLiteralContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by thestringLiterallabeled alternative inFHIRPathParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringLiteralin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitStringLiteralin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberLiteral
public Collection<FHIRPathNode> visitNumberLiteral(FHIRPathParser.NumberLiteralContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by thenumberLiterallabeled alternative inFHIRPathParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberLiteralin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitNumberLiteralin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateLiteral
public Collection<FHIRPathNode> visitDateLiteral(FHIRPathParser.DateLiteralContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by thedateLiterallabeled alternative inFHIRPathParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDateLiteralin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitDateLiteralin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateTimeLiteral
public Collection<FHIRPathNode> visitDateTimeLiteral(FHIRPathParser.DateTimeLiteralContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by thedateTimeLiterallabeled alternative inFHIRPathParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDateTimeLiteralin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitDateTimeLiteralin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimeLiteral
public Collection<FHIRPathNode> visitTimeLiteral(FHIRPathParser.TimeLiteralContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by thetimeLiterallabeled alternative inFHIRPathParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimeLiteralin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitTimeLiteralin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuantityLiteral
public Collection<FHIRPathNode> visitQuantityLiteral(FHIRPathParser.QuantityLiteralContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by thequantityLiterallabeled alternative inFHIRPathParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuantityLiteralin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitQuantityLiteralin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExternalConstant
public Collection<FHIRPathNode> visitExternalConstant(FHIRPathParser.ExternalConstantContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced byFHIRPathParser.externalConstant().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExternalConstantin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitExternalConstantin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemberInvocation
public Collection<FHIRPathNode> visitMemberInvocation(FHIRPathParser.MemberInvocationContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by thememberInvocationlabeled alternative inFHIRPathParser.invocation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMemberInvocationin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitMemberInvocationin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionInvocation
public Collection<FHIRPathNode> visitFunctionInvocation(FHIRPathParser.FunctionInvocationContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by thefunctionInvocationlabeled alternative inFHIRPathParser.invocation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionInvocationin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitFunctionInvocationin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThisInvocation
public Collection<FHIRPathNode> visitThisInvocation(FHIRPathParser.ThisInvocationContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by thethisInvocationlabeled alternative inFHIRPathParser.invocation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitThisInvocationin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitThisInvocationin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexInvocation
public Collection<FHIRPathNode> visitIndexInvocation(FHIRPathParser.IndexInvocationContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by theindexInvocationlabeled alternative inFHIRPathParser.invocation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexInvocationin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitIndexInvocationin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTotalInvocation
public Collection<FHIRPathNode> visitTotalInvocation(FHIRPathParser.TotalInvocationContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced by thetotalInvocationlabeled alternative inFHIRPathParser.invocation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTotalInvocationin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitTotalInvocationin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction
public Collection<FHIRPathNode> visitFunction(FHIRPathParser.FunctionContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced byFHIRPathParser.function().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitFunctionin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParamList
public Collection<FHIRPathNode> visitParamList(FHIRPathParser.ParamListContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced byFHIRPathParser.paramList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParamListin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitParamListin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuantity
public Collection<FHIRPathNode> visitQuantity(FHIRPathParser.QuantityContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced byFHIRPathParser.quantity().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuantityin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitQuantityin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnit
public Collection<FHIRPathNode> visitUnit(FHIRPathParser.UnitContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced byFHIRPathParser.unit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnitin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitUnitin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateTimePrecision
public Collection<FHIRPathNode> visitDateTimePrecision(FHIRPathParser.DateTimePrecisionContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced byFHIRPathParser.dateTimePrecision().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDateTimePrecisionin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitDateTimePrecisionin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPluralDateTimePrecision
public Collection<FHIRPathNode> visitPluralDateTimePrecision(FHIRPathParser.PluralDateTimePrecisionContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced byFHIRPathParser.pluralDateTimePrecision().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPluralDateTimePrecisionin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitPluralDateTimePrecisionin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeSpecifier
public Collection<FHIRPathNode> visitTypeSpecifier(FHIRPathParser.TypeSpecifierContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced byFHIRPathParser.typeSpecifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeSpecifierin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitTypeSpecifierin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedIdentifier
public Collection<FHIRPathNode> visitQualifiedIdentifier(FHIRPathParser.QualifiedIdentifierContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced byFHIRPathParser.qualifiedIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedIdentifierin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitQualifiedIdentifierin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
public Collection<FHIRPathNode> visitIdentifier(FHIRPathParser.IdentifierContext ctx)
Description copied from class:FHIRPathBaseVisitorVisit a parse tree produced byFHIRPathParser.identifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierin interfaceFHIRPathVisitor<Collection<FHIRPathNode>>- Overrides:
visitIdentifierin classFHIRPathBaseVisitor<Collection<FHIRPathNode>>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-