- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitIndexerExpression(FHIRPathParser.IndexerExpressionContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitIndexerExpression(FHIRPathParser.IndexerExpressionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitPolarityExpression(FHIRPathParser.PolarityExpressionContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitPolarityExpression(FHIRPathParser.PolarityExpressionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitAdditiveExpression(FHIRPathParser.AdditiveExpressionContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitAdditiveExpression(FHIRPathParser.AdditiveExpressionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitMultiplicativeExpression(FHIRPathParser.MultiplicativeExpressionContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitMultiplicativeExpression(FHIRPathParser.MultiplicativeExpressionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitUnionExpression(FHIRPathParser.UnionExpressionContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitUnionExpression(FHIRPathParser.UnionExpressionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitOrExpression(FHIRPathParser.OrExpressionContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitOrExpression(FHIRPathParser.OrExpressionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitAndExpression(FHIRPathParser.AndExpressionContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitAndExpression(FHIRPathParser.AndExpressionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitMembershipExpression(FHIRPathParser.MembershipExpressionContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitMembershipExpression(FHIRPathParser.MembershipExpressionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitInequalityExpression(FHIRPathParser.InequalityExpressionContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitInequalityExpression(FHIRPathParser.InequalityExpressionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitInvocationExpression(FHIRPathParser.InvocationExpressionContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitInvocationExpression(FHIRPathParser.InvocationExpressionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitEqualityExpression(FHIRPathParser.EqualityExpressionContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitEqualityExpression(FHIRPathParser.EqualityExpressionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitImpliesExpression(FHIRPathParser.ImpliesExpressionContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitImpliesExpression(FHIRPathParser.ImpliesExpressionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitTermExpression(FHIRPathParser.TermExpressionContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitTermExpression(FHIRPathParser.TermExpressionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitTypeExpression(FHIRPathParser.TypeExpressionContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitTypeExpression(FHIRPathParser.TypeExpressionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitInvocationTerm(FHIRPathParser.InvocationTermContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitInvocationTerm(FHIRPathParser.InvocationTermContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitLiteralTerm(FHIRPathParser.LiteralTermContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitLiteralTerm(FHIRPathParser.LiteralTermContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitExternalConstantTerm(FHIRPathParser.ExternalConstantTermContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitExternalConstantTerm(FHIRPathParser.ExternalConstantTermContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitParenthesizedTerm(FHIRPathParser.ParenthesizedTermContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitParenthesizedTerm(FHIRPathParser.ParenthesizedTermContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitNullLiteral(FHIRPathParser.NullLiteralContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitNullLiteral(FHIRPathParser.NullLiteralContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitBooleanLiteral(FHIRPathParser.BooleanLiteralContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitBooleanLiteral(FHIRPathParser.BooleanLiteralContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitStringLiteral(FHIRPathParser.StringLiteralContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitStringLiteral(FHIRPathParser.StringLiteralContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitNumberLiteral(FHIRPathParser.NumberLiteralContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitNumberLiteral(FHIRPathParser.NumberLiteralContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitDateTimeLiteral(FHIRPathParser.DateTimeLiteralContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitDateLiteral(FHIRPathParser.DateLiteralContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitTimeLiteral(FHIRPathParser.TimeLiteralContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitDateTimeLiteral(FHIRPathParser.DateTimeLiteralContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitQuantityLiteral(FHIRPathParser.QuantityLiteralContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitTimeLiteral(FHIRPathParser.TimeLiteralContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitExternalConstant(FHIRPathParser.ExternalConstantContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitQuantityLiteral(FHIRPathParser.QuantityLiteralContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitMemberInvocation(FHIRPathParser.MemberInvocationContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitExternalConstant(FHIRPathParser.ExternalConstantContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitFunctionInvocation(FHIRPathParser.FunctionInvocationContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitMemberInvocation(FHIRPathParser.MemberInvocationContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitThisInvocation(FHIRPathParser.ThisInvocationContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitFunctionInvocation(FHIRPathParser.FunctionInvocationContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitIndexInvocation(FHIRPathParser.IndexInvocationContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitThisInvocation(FHIRPathParser.ThisInvocationContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitTotalInvocation(FHIRPathParser.TotalInvocationContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitIndexInvocation(FHIRPathParser.IndexInvocationContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitFunction(FHIRPathParser.FunctionContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitTotalInvocation(FHIRPathParser.TotalInvocationContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitParamList(FHIRPathParser.ParamListContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitFunction(FHIRPathParser.FunctionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitQuantity(FHIRPathParser.QuantityContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitParamList(FHIRPathParser.ParamListContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitUnit(FHIRPathParser.UnitContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitQuantity(FHIRPathParser.QuantityContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitDateTimePrecision(FHIRPathParser.DateTimePrecisionContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitUnit(FHIRPathParser.UnitContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitPluralDateTimePrecision(FHIRPathParser.PluralDateTimePrecisionContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitDateTimePrecision(FHIRPathParser.DateTimePrecisionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitTypeSpecifier(FHIRPathParser.TypeSpecifierContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitPluralDateTimePrecision(FHIRPathParser.PluralDateTimePrecisionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitQualifiedIdentifier(FHIRPathParser.QualifiedIdentifierContext ctx) { - return visitChildren(ctx); - } - + @Override public T visitTypeSpecifier(FHIRPathParser.TypeSpecifierContext ctx) { return visitChildren(ctx); } + /** + * {@inheritDoc} + * + *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
+ */ + @Override public T visitQualifiedIdentifier(FHIRPathParser.QualifiedIdentifierContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * - *- * The default implementation returns the result of calling {@link #visitChildren} on {@code ctx}. - *
+ *The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.
*/ - @Override - public T visitIdentifier(FHIRPathParser.IdentifierContext ctx) { - return visitChildren(ctx); - } -} + @Override public T visitIdentifier(FHIRPathParser.IdentifierContext ctx) { return visitChildren(ctx); } +} \ No newline at end of file diff --git a/fhir-model/src/main/java/com/ibm/fhir/model/path/FHIRPathBooleanValue.java b/fhir-model/src/main/java/com/ibm/fhir/model/path/FHIRPathBooleanValue.java index 78e66b6faff..f44381196e6 100644 --- a/fhir-model/src/main/java/com/ibm/fhir/model/path/FHIRPathBooleanValue.java +++ b/fhir-model/src/main/java/com/ibm/fhir/model/path/FHIRPathBooleanValue.java @@ -11,7 +11,7 @@ import com.ibm.fhir.model.path.visitor.FHIRPathNodeVisitor; -public class FHIRPathBooleanValue extends FHIRPathAbstractNode implements FHIRPathPrimitiveValue { +public class FHIRPathBooleanValue extends FHIRPathAbstractNode implements FHIRPathSystemValue { public static final FHIRPathBooleanValue TRUE = FHIRPathBooleanValue.booleanValue(true); public static final FHIRPathBooleanValue FALSE = FHIRPathBooleanValue.booleanValue(false); @@ -75,7 +75,7 @@ public Builder path(String path) { } @Override - public Builder value(FHIRPathPrimitiveValue value) { + public Builder value(FHIRPathSystemValue value) { return this; } @@ -164,7 +164,7 @@ public String toString() { } @Override - public