Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractExpressionInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
-
The AbstractExpressionInvocation can be used to more simply make invocations for classes that only extend Expression.
- AbstractExpressionInvocation(Expression) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.AbstractExpressionInvocation
- add(Conversion) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- add(Conversion) - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- add(CodeDef) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- add(CodeSystemDef) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- add(ConceptDef) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- add(ExpressionDef) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- add(FunctionDef, Operator) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- add(IncludeDef) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- add(ParameterDef) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- add(UsingDef) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- add(ValueSetDef) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- addAlternativeConversion(Conversion) - Method in class org.cqframework.cql.cql2elm.model.Conversion
- addChunk(Chunk) - Method in class org.cqframework.cql.cql2elm.model.Chunk
- addCode(CodeDef) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- addCodeDefinition(CodeDefinitionInfo) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- addCodeSystem(CodeSystemDef) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- addCodesystemDefinition(CodesystemDefinitionInfo) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- addConcept(ConceptDef) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- addConceptDefinition(ConceptDefinitionInfo) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- addContext(ContextDef) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- addContextDefinition(ContextDefinitionInfo) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- addExpression(ExpressionDef) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- addExpressionDefinition(ExpressionDefinitionInfo) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- addFunctionDefinition(FunctionDefinitionInfo) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- addInclude(IncludeDef) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- addIncludeDefinition(IncludeDefinitionInfo) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- addLetClause(LetClause) - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- addLetClauses(Collection<LetClause>) - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- addNamedTypeSpecifierResult(String, ResultWithPossibleError<NamedTypeSpecifier>) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- addOperator(Operator) - Method in class org.cqframework.cql.cql2elm.model.OperatorEntry
- addOperator(Operator) - Method in class org.cqframework.cql.cql2elm.model.OperatorMap
- addParameter(ParameterDef) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- addParameterDefinition(ParameterDefinitionInfo) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- addPrimaryQuerySources(Collection<AliasedQuerySource>) - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- addRelatedQuerySource(AliasedQuerySource) - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- addUsingDefinition(UsingDefinitionInfo) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- addValueSet(ValueSetDef) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- addValuesetDefinition(ValuesetDefinitionInfo) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- af - Variable in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- AggregateExpressionInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- AggregateExpressionInvocation(AggregateExpression) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.AggregateExpressionInvocation
- All - Enum constant in enum class org.cqframework.cql.cql2elm.LibraryBuilder.SignatureLevel
- AnyInCodeSystemInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
-
Created by Bryn on 9/12/2018.
- AnyInCodeSystemInvocation(AnyInCodeSystem) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.AnyInCodeSystemInvocation
- AnyInValueSetInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
-
Created by Bryn on 9/12/2018.
- AnyInValueSetInvocation(AnyInValueSet) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.AnyInValueSetInvocation
- applyEdits(Trackable, List<ElmEdit>) - Static method in class org.cqframework.cql.cql2elm.elm.ElmEditor
- applyTargetMap(Expression, String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- assertAndGetSingleOperand(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.AbstractExpressionInvocation
B
- BaseInfo - Class in org.cqframework.cql.cql2elm.preprocessor
- BaseInfo() - Constructor for class org.cqframework.cql.cql2elm.preprocessor.BaseInfo
- beginFunctionDef(FunctionDef) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- beginTranslation() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- BinaryExpressionInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- BinaryExpressionInvocation(BinaryExpression) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.BinaryExpressionInvocation
- buildAs(Expression, DataType) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- buildCallContext(String, String, Iterable<Expression>, boolean, boolean, boolean) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- buildIs(Expression, DataType) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- buildIsNotNull(Expression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- buildIsNull(Expression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- buildMaximum(DataType) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- buildMinimum(DataType) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- buildNull(DataType) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- buildPredecessor(Expression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- buildProperty(String, String, boolean, DataType) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- buildProperty(Expression, String, boolean, DataType) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- buildSuccessor(Expression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
C
- CallContext - Class in org.cqframework.cql.cql2elm.model
- CallContext(String, String, boolean, boolean, boolean, DataType...) - Constructor for class org.cqframework.cql.cql2elm.model.CallContext
- canResolveLibrary(IncludeDef) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- canResolveLibrary(VersionedIdentifier) - Method in class org.cqframework.cql.cql2elm.LibraryManager
- capabilities - Static variable in class org.cqframework.cql.cql2elm.CqlCapability
- Cast - Enum constant in enum class org.cqframework.cql.cql2elm.model.ConversionMap.ConversionScore
- checkAccessLevel(String, String, AccessModifier) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- checkCompatibilityLevel(String, String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- checkLiteralContext() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- checkOperator(CallContext, OperatorResolution) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- Chunk - Class in org.cqframework.cql.cql2elm.model
-
Created by Bryn on 6/14/2017.
- Chunk() - Constructor for class org.cqframework.cql.cql2elm.model.Chunk
- chunks - Variable in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- ClassDetail - Class in org.cqframework.cql.cql2elm.model
- ClassDetail() - Constructor for class org.cqframework.cql.cql2elm.model.ClassDetail
- clearModelInfoProviders() - Method in class org.cqframework.cql.cql2elm.ModelInfoLoader
- clearProviders() - Method in interface org.cqframework.cql.cql2elm.LibrarySourceLoader
- clearProviders() - Method in class org.cqframework.cql.cql2elm.PriorityLibrarySourceLoader
- CodeDefinitionInfo - Class in org.cqframework.cql.cql2elm.preprocessor
-
Created by Bryn on 5/22/2016.
- CodeDefinitionInfo() - Constructor for class org.cqframework.cql.cql2elm.preprocessor.CodeDefinitionInfo
- CodesystemDefinitionInfo - Class in org.cqframework.cql.cql2elm.preprocessor
- CodesystemDefinitionInfo() - Constructor for class org.cqframework.cql.cql2elm.preprocessor.CodesystemDefinitionInfo
- COFFEE - Enum constant in enum class org.cqframework.cql.cql2elm.CqlTranslator.Format
- COFFEE - Enum constant in enum class org.cqframework.cql.cql2elm.CqlTranslatorOptions.Format
- COFFEE - Enum constant in enum class org.cqframework.cql.cql2elm.LibraryContentType
- CombineInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- CombineInvocation(Combine) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.CombineInvocation
- compareTo(Version) - Method in class org.cqframework.cql.cql2elm.model.Version
- Compatible - Enum constant in enum class org.cqframework.cql.cql2elm.model.ConversionMap.ConversionScore
- compatibleWith(Version) - Method in class org.cqframework.cql.cql2elm.model.Version
- compatibleWith(DataType, DataType) - Static method in class org.cqframework.cql.cql2elm.DataTypes
- CompiledLibrary - Class in org.cqframework.cql.cql2elm.model
- CompiledLibrary() - Constructor for class org.cqframework.cql.cql2elm.model.CompiledLibrary
- compileFunctionDefinition(cqlParser.FunctionDefinitionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- CompilerOptions - Class in org.cqframework.cql.cql2elm
-
This class provides functions for extracting and parsing CQL Compiler Options from a Library
- compilerOptionsMatch(Library) - Method in class org.cqframework.cql.cql2elm.LibraryManager
- ComplexConversion - Enum constant in enum class org.cqframework.cql.cql2elm.model.ConversionMap.ConversionScore
- ConceptDefinitionInfo - Class in org.cqframework.cql.cql2elm.preprocessor
-
Created by Bryn on 5/22/2016.
- ConceptDefinitionInfo() - Constructor for class org.cqframework.cql.cql2elm.preprocessor.ConceptDefinitionInfo
- contains(Operator) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- contains(FunctionDef) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- containsChoices() - Method in class org.cqframework.cql.cql2elm.model.Signature
- containsOperator(Operator) - Method in class org.cqframework.cql.cql2elm.model.OperatorEntry
- containsOperator(Operator) - Method in class org.cqframework.cql.cql2elm.model.OperatorMap
- ContextDefinitionInfo - Class in org.cqframework.cql.cql2elm.preprocessor
- ContextDefinitionInfo() - Constructor for class org.cqframework.cql.cql2elm.preprocessor.ContextDefinitionInfo
- Conversion - Class in org.cqframework.cql.cql2elm.model
- Conversion(Operator, boolean) - Constructor for class org.cqframework.cql.cql2elm.model.Conversion
- Conversion(ChoiceType, DataType, Conversion) - Constructor for class org.cqframework.cql.cql2elm.model.Conversion
- Conversion(DataType, ChoiceType, Conversion) - Constructor for class org.cqframework.cql.cql2elm.model.Conversion
- Conversion(DataType, DataType) - Constructor for class org.cqframework.cql.cql2elm.model.Conversion
- Conversion(DataType, IntervalType, Conversion) - Constructor for class org.cqframework.cql.cql2elm.model.Conversion
- Conversion(DataType, ListType, Conversion) - Constructor for class org.cqframework.cql.cql2elm.model.Conversion
- Conversion(IntervalType, DataType, Conversion) - Constructor for class org.cqframework.cql.cql2elm.model.Conversion
- Conversion(IntervalType, IntervalType, Conversion) - Constructor for class org.cqframework.cql.cql2elm.model.Conversion
- Conversion(ListType, DataType, Conversion) - Constructor for class org.cqframework.cql.cql2elm.model.Conversion
- Conversion(ListType, ListType, Conversion) - Constructor for class org.cqframework.cql.cql2elm.model.Conversion
- ConversionContext - Class in org.cqframework.cql.cql2elm.model
-
Created by Bryn on 6/25/2018.
- ConversionContext(DataType, DataType, boolean, OperatorMap) - Constructor for class org.cqframework.cql.cql2elm.model.ConversionContext
- ConversionMap - Class in org.cqframework.cql.cql2elm.model
- ConversionMap() - Constructor for class org.cqframework.cql.cql2elm.model.ConversionMap
- ConversionMap.ConversionScore - Enum Class in org.cqframework.cql.cql2elm.model
- convertExpression(Expression, Conversion) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- convertExpression(Expression, DataType) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- convertExpression(Expression, DataType, boolean) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- ConvertInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- ConvertInvocation(Convert) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.ConvertInvocation
- convertToJson(Library) - Static method in class org.cqframework.cql.cql2elm.CqlTranslator
- convertToXml(Library) - Static method in class org.cqframework.cql.cql2elm.CqlTranslator
- CQL - Enum constant in enum class org.cqframework.cql.cql2elm.LibraryContentType
- CQL_CTRL_CHARS_ESCAPE() - Static method in class org.cqframework.cql.cql2elm.StringEscapeUtils
-
Mapping to escape the CQL control characters.
- CQL_CTRL_CHARS_UNESCAPE() - Static method in class org.cqframework.cql.cql2elm.StringEscapeUtils
-
Reverse of
StringEscapeUtils.CQL_CTRL_CHARS_ESCAPE()for unescaping purposes. - Cql2ElmVisitor - Class in org.cqframework.cql.cql2elm
- Cql2ElmVisitor(LibraryBuilder, TokenStream, LibraryInfo) - Constructor for class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- CqlCapability - Class in org.cqframework.cql.cql2elm
- CqlCapability(String, String, String) - Constructor for class org.cqframework.cql.cql2elm.CqlCapability
- CqlCapability(String, String, String, String) - Constructor for class org.cqframework.cql.cql2elm.CqlCapability
- CqlCapability(String, String, String, String, String) - Constructor for class org.cqframework.cql.cql2elm.CqlCapability
- CqlCompiler - Class in org.cqframework.cql.cql2elm
- CqlCompiler(LibraryManager) - Constructor for class org.cqframework.cql.cql2elm.CqlCompiler
- CqlCompiler(NamespaceInfo, LibraryManager) - Constructor for class org.cqframework.cql.cql2elm.CqlCompiler
- CqlCompiler(NamespaceInfo, VersionedIdentifier, LibraryManager) - Constructor for class org.cqframework.cql.cql2elm.CqlCompiler
- CqlCompilerException - Exception Class in org.cqframework.cql.cql2elm
- CqlCompilerException(String) - Constructor for exception class org.cqframework.cql.cql2elm.CqlCompilerException
- CqlCompilerException(String, Throwable) - Constructor for exception class org.cqframework.cql.cql2elm.CqlCompilerException
- CqlCompilerException(String, CqlCompilerException.ErrorSeverity) - Constructor for exception class org.cqframework.cql.cql2elm.CqlCompilerException
- CqlCompilerException(String, CqlCompilerException.ErrorSeverity, Throwable) - Constructor for exception class org.cqframework.cql.cql2elm.CqlCompilerException
- CqlCompilerException(String, CqlCompilerException.ErrorSeverity, TrackBack) - Constructor for exception class org.cqframework.cql.cql2elm.CqlCompilerException
- CqlCompilerException(String, CqlCompilerException.ErrorSeverity, TrackBack, Throwable) - Constructor for exception class org.cqframework.cql.cql2elm.CqlCompilerException
- CqlCompilerException(String, TrackBack) - Constructor for exception class org.cqframework.cql.cql2elm.CqlCompilerException
- CqlCompilerException(String, TrackBack, Throwable) - Constructor for exception class org.cqframework.cql.cql2elm.CqlCompilerException
- CqlCompilerException.ErrorSeverity - Enum Class in org.cqframework.cql.cql2elm
- CqlCompilerOptions - Class in org.cqframework.cql.cql2elm
-
translation options for Cql source files
- CqlCompilerOptions() - Constructor for class org.cqframework.cql.cql2elm.CqlCompilerOptions
- CqlCompilerOptions(boolean, boolean, boolean, boolean, boolean, boolean, CqlCompilerException.ErrorSeverity, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, LibraryBuilder.SignatureLevel, String) - Constructor for class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Constructor using defined SignatureLevel, and Compatibility Level, boolean set to true denotes addition of predefined option
- CqlCompilerOptions(CqlCompilerException.ErrorSeverity, CqlCompilerOptions.Options...) - Constructor for class org.cqframework.cql.cql2elm.CqlCompilerOptions
- CqlCompilerOptions(CqlCompilerException.ErrorSeverity, LibraryBuilder.SignatureLevel, CqlCompilerOptions.Options...) - Constructor for class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Constructor with defined ErrorSeverity, SignatureLevel, and arbitrary number of options.
- CqlCompilerOptions(CqlCompilerOptions.Options...) - Constructor for class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Constructor with arbitrary number of options utilizing default ErrorSeverity (Info) and SignatureLevel (None)
- CqlCompilerOptions.Options - Enum Class in org.cqframework.cql.cql2elm
- CqlIncludeException - Exception Class in org.cqframework.cql.cql2elm
- CqlIncludeException(String, String, String, String) - Constructor for exception class org.cqframework.cql.cql2elm.CqlIncludeException
- CqlIncludeException(String, String, String, String, Throwable) - Constructor for exception class org.cqframework.cql.cql2elm.CqlIncludeException
- CqlInternalException - Exception Class in org.cqframework.cql.cql2elm
-
Created by Bryn on 5/20/2017.
- CqlInternalException(String) - Constructor for exception class org.cqframework.cql.cql2elm.CqlInternalException
- CqlInternalException(String, Throwable) - Constructor for exception class org.cqframework.cql.cql2elm.CqlInternalException
- CqlInternalException(String, TrackBack) - Constructor for exception class org.cqframework.cql.cql2elm.CqlInternalException
- CqlInternalException(String, TrackBack, Throwable) - Constructor for exception class org.cqframework.cql.cql2elm.CqlInternalException
- CqlPreprocessor - Class in org.cqframework.cql.cql2elm.preprocessor
- CqlPreprocessor(LibraryBuilder, TokenStream) - Constructor for class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- CqlPreprocessorElmCommonVisitor - Class in org.cqframework.cql.cql2elm.preprocessor
-
Common functionality used by
CqlPreprocessorandCql2ElmVisitor - CqlPreprocessorElmCommonVisitor(LibraryBuilder, TokenStream) - Constructor for class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- CqlSemanticException - Exception Class in org.cqframework.cql.cql2elm
-
Created by Bryn on 3/27/2017.
- CqlSemanticException(String) - Constructor for exception class org.cqframework.cql.cql2elm.CqlSemanticException
- CqlSemanticException(String, Throwable) - Constructor for exception class org.cqframework.cql.cql2elm.CqlSemanticException
- CqlSemanticException(String, CqlCompilerException.ErrorSeverity) - Constructor for exception class org.cqframework.cql.cql2elm.CqlSemanticException
- CqlSemanticException(String, CqlCompilerException.ErrorSeverity, Throwable) - Constructor for exception class org.cqframework.cql.cql2elm.CqlSemanticException
- CqlSemanticException(String, CqlCompilerException.ErrorSeverity, TrackBack) - Constructor for exception class org.cqframework.cql.cql2elm.CqlSemanticException
- CqlSemanticException(String, CqlCompilerException.ErrorSeverity, TrackBack, Throwable) - Constructor for exception class org.cqframework.cql.cql2elm.CqlSemanticException
- CqlSemanticException(String, TrackBack) - Constructor for exception class org.cqframework.cql.cql2elm.CqlSemanticException
- CqlSemanticException(String, TrackBack, Throwable) - Constructor for exception class org.cqframework.cql.cql2elm.CqlSemanticException
- CqlSyntaxException - Exception Class in org.cqframework.cql.cql2elm
-
Created by Bryn on 3/27/2017.
- CqlSyntaxException(String) - Constructor for exception class org.cqframework.cql.cql2elm.CqlSyntaxException
- CqlSyntaxException(String, Throwable) - Constructor for exception class org.cqframework.cql.cql2elm.CqlSyntaxException
- CqlSyntaxException(String, CqlCompilerException.ErrorSeverity) - Constructor for exception class org.cqframework.cql.cql2elm.CqlSyntaxException
- CqlSyntaxException(String, CqlCompilerException.ErrorSeverity, Throwable) - Constructor for exception class org.cqframework.cql.cql2elm.CqlSyntaxException
- CqlSyntaxException(String, CqlCompilerException.ErrorSeverity, TrackBack) - Constructor for exception class org.cqframework.cql.cql2elm.CqlSyntaxException
- CqlSyntaxException(String, CqlCompilerException.ErrorSeverity, TrackBack, Throwable) - Constructor for exception class org.cqframework.cql.cql2elm.CqlSyntaxException
- CqlSyntaxException(String, TrackBack) - Constructor for exception class org.cqframework.cql.cql2elm.CqlSyntaxException
- CqlSyntaxException(String, TrackBack, Throwable) - Constructor for exception class org.cqframework.cql.cql2elm.CqlSyntaxException
- CqlTranslator - Class in org.cqframework.cql.cql2elm
- CqlTranslator.Format - Enum Class in org.cqframework.cql.cql2elm
- CqlTranslatorOptions - Class in org.cqframework.cql.cql2elm
- CqlTranslatorOptions() - Constructor for class org.cqframework.cql.cql2elm.CqlTranslatorOptions
- CqlTranslatorOptions.Format - Enum Class in org.cqframework.cql.cql2elm
- CqlTranslatorOptionsMapper - Class in org.cqframework.cql.cql2elm
- CqlTranslatorOptionsMapper() - Constructor for class org.cqframework.cql.cql2elm.CqlTranslatorOptionsMapper
- createInterval(Expression, boolean, Expression, boolean) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- createLiteral(Boolean) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- createLiteral(Double) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- createLiteral(Integer) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- createLiteral(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- createLiteral(String, String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- createLongNumberLiteral(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- createNumberLiteral(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- createQuantity(BigDecimal, String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- createRatio(Quantity, Quantity) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- currentExpressionContext() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
D
- DataTypes - Class in org.cqframework.cql.cql2elm
- DataTypes() - Constructor for class org.cqframework.cql.cql2elm.DataTypes
- dataTypesToTypeSpecifiers(Iterable<DataType>) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- dataTypesToTypeSpecifiers(Iterable<DataType>) - Method in class org.cqframework.cql.cql2elm.TypeBuilder
- dataTypeToQName(DataType) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- dataTypeToQName(DataType) - Method in class org.cqframework.cql.cql2elm.TypeBuilder
- dataTypeToTypeSpecifier(DataType) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- dataTypeToTypeSpecifier(DataType) - Method in class org.cqframework.cql.cql2elm.TypeBuilder
- DateInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- DateInvocation(Date) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.DateInvocation
- DateTimeInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- DateTimeInvocation(DateTime) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.DateTimeInvocation
- DefaultLibrarySourceProvider - Class in org.cqframework.cql.cql2elm
- DefaultLibrarySourceProvider(Path) - Constructor for class org.cqframework.cql.cql2elm.DefaultLibrarySourceProvider
- DefaultModelInfoProvider - Class in org.cqframework.cql.cql2elm
- DefaultModelInfoProvider() - Constructor for class org.cqframework.cql.cql2elm.DefaultModelInfoProvider
- DefaultModelInfoProvider(Path) - Constructor for class org.cqframework.cql.cql2elm.DefaultModelInfoProvider
- defaultOptions() - Static method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Returns default translator options: EnableAnnotations EnableLocators DisableListDemotion DisableListPromotion ErrorSeverity.Info SignatureLevel.None
- defaultOptions() - Static method in class org.cqframework.cql.cql2elm.CqlTranslatorOptions
- determineRootCause() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- Differing - Enum constant in enum class org.cqframework.cql.cql2elm.LibraryBuilder.SignatureLevel
- disableAnnotations() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- disableDateRangeOptimization() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- DisableDefaultModelInfoLoad - Enum constant in enum class org.cqframework.cql.cql2elm.CqlCompilerOptions.Options
- disableDetailedErrors() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- disableFromKeywordRequired() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- disableIntervalDemotion() - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- disableIntervalPromotion() - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- disableListDemotion() - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- DisableListDemotion - Enum constant in enum class org.cqframework.cql.cql2elm.CqlCompilerOptions.Options
- disableListPromotion() - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- DisableListPromotion - Enum constant in enum class org.cqframework.cql.cql2elm.CqlCompilerOptions.Options
- DisableListTraversal - Enum constant in enum class org.cqframework.cql.cql2elm.CqlCompilerOptions.Options
- disableLocators() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- disableMethodInvocation() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- DisableMethodInvocation - Enum constant in enum class org.cqframework.cql.cql2elm.CqlCompilerOptions.Options
- disableResultTypes() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
E
- edit(Element) - Method in enum class org.cqframework.cql.cql2elm.elm.ElmEdit
- edit(Library) - Method in class org.cqframework.cql.cql2elm.elm.ElmEditor
- ElmEdit - Enum Class in org.cqframework.cql.cql2elm.elm
- ElmEditor - Class in org.cqframework.cql.cql2elm.elm
- ElmEditor(List<ElmEdit>) - Constructor for class org.cqframework.cql.cql2elm.elm.ElmEditor
- enableAnnotations() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- EnableAnnotations - Enum constant in enum class org.cqframework.cql.cql2elm.CqlCompilerOptions.Options
- enableDateRangeOptimization() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- EnableDateRangeOptimization - Enum constant in enum class org.cqframework.cql.cql2elm.CqlCompilerOptions.Options
- enableDetailedErrors() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- EnableDetailedErrors - Enum constant in enum class org.cqframework.cql.cql2elm.CqlCompilerOptions.Options
- enableFromKeywordRequired() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- enableIntervalDemotion() - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- EnableIntervalDemotion - Enum constant in enum class org.cqframework.cql.cql2elm.CqlCompilerOptions.Options
- enableIntervalPromotion() - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- EnableIntervalPromotion - Enum constant in enum class org.cqframework.cql.cql2elm.CqlCompilerOptions.Options
- enableListDemotion() - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- enableListPromotion() - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- enableListTraversal() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- enableLocators() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- EnableLocators - Enum constant in enum class org.cqframework.cql.cql2elm.CqlCompilerOptions.Options
- enableMethodInvocation() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- enableResultTypes() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- EnableResultTypes - Enum constant in enum class org.cqframework.cql.cql2elm.CqlCompilerOptions.Options
- endFunctionDef() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- endTranslation() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- enforceCompatible(Expression, DataType) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- ensureCompatible(Expression, DataType) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- ensureCompatibleTypes(DataType, DataType) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- ensureGenericConversionInstantiated(DataType, DataType, boolean, OperatorMap) - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- ensureUcumUnit(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- enterSortClause() - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- enterSourceClause() - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- equal(DataType, DataType) - Static method in class org.cqframework.cql.cql2elm.DataTypes
- equals(Object) - Method in class org.cqframework.cql.cql2elm.CqlCapability
- equals(Object) - Method in class org.cqframework.cql.cql2elm.IdentifierContext
- equals(Object) - Method in class org.cqframework.cql.cql2elm.model.FunctionHeader
- equals(Object) - Method in class org.cqframework.cql.cql2elm.model.Signature
- equals(Object) - Method in class org.cqframework.cql.cql2elm.model.Version
- equals(Object) - Method in class org.cqframework.cql.cql2elm.preprocessor.FunctionDefinitionInfo
- Error - Enum constant in enum class org.cqframework.cql.cql2elm.CqlCompilerException.ErrorSeverity
- ESCAPE_CQL - Static variable in class org.cqframework.cql.cql2elm.StringEscapeUtils
- escapeCql(String) - Static method in class org.cqframework.cql.cql2elm.StringEscapeUtils
- ExactMatch - Enum constant in enum class org.cqframework.cql.cql2elm.model.ConversionMap.ConversionScore
- exitSortClause() - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- exitSourceClause() - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- expandChoices(Signature) - Method in class org.cqframework.cql.cql2elm.model.OperatorEntry
- expression - Variable in class org.cqframework.cql.cql2elm.model.invocation.AbstractExpressionInvocation
- ExpressionDefinitionInfo - Class in org.cqframework.cql.cql2elm.preprocessor
- ExpressionDefinitionInfo() - Constructor for class org.cqframework.cql.cql2elm.preprocessor.ExpressionDefinitionInfo
F
- FhirLibrarySourceProvider - Class in org.cqframework.cql.cql2elm.quick
-
Created by Bryn on 3/28/2017.
- FhirLibrarySourceProvider() - Constructor for class org.cqframework.cql.cql2elm.quick.FhirLibrarySourceProvider
- findChoiceConversion(ChoiceType, DataType, boolean, OperatorMap) - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- findCompatibleConversion(DataType, DataType) - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- findCompatibleType(DataType, DataType) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- findConversion(DataType, DataType, boolean, boolean) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- findConversion(DataType, DataType, boolean, boolean, OperatorMap) - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- findIntervalConversion(IntervalType, IntervalType, OperatorMap) - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- findIntervalDemotion(IntervalType, DataType, OperatorMap) - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- findIntervalPromotion(DataType, IntervalType, OperatorMap) - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- findListConversion(ListType, ListType, OperatorMap) - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- findListDemotion(ListType, DataType, OperatorMap) - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- findListPromotion(DataType, ListType, OperatorMap) - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- findTargetChoiceConversion(DataType, ChoiceType, boolean, OperatorMap) - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- FirstInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- FirstInvocation(First) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.FirstInvocation
- fromFile(File, LibraryManager) - Static method in class org.cqframework.cql.cql2elm.CqlTranslator
- fromFile(String) - Static method in class org.cqframework.cql.cql2elm.CqlTranslatorOptionsMapper
- fromFile(String, LibraryManager) - Static method in class org.cqframework.cql.cql2elm.CqlTranslator
- fromFile(NamespaceInfo, File, LibraryManager) - Static method in class org.cqframework.cql.cql2elm.CqlTranslator
- fromFile(NamespaceInfo, String, LibraryManager) - Static method in class org.cqframework.cql.cql2elm.CqlTranslator
- fromFile(NamespaceInfo, VersionedIdentifier, File, LibraryManager) - Static method in class org.cqframework.cql.cql2elm.CqlTranslator
- fromFunctionDef(FunctionDef) - Static method in class org.cqframework.cql.cql2elm.model.Operator
- fromReader(Reader) - Static method in class org.cqframework.cql.cql2elm.CqlTranslatorOptionsMapper
- fromStream(InputStream, LibraryManager) - Static method in class org.cqframework.cql.cql2elm.CqlTranslator
- fromStream(NamespaceInfo, InputStream, LibraryManager) - Static method in class org.cqframework.cql.cql2elm.CqlTranslator
- fromStream(NamespaceInfo, VersionedIdentifier, InputStream, LibraryManager) - Static method in class org.cqframework.cql.cql2elm.CqlTranslator
- fromText(String, LibraryManager) - Static method in class org.cqframework.cql.cql2elm.CqlTranslator
- fromText(NamespaceInfo, String, LibraryManager) - Static method in class org.cqframework.cql.cql2elm.CqlTranslator
- fromText(NamespaceInfo, VersionedIdentifier, String, LibraryManager) - Static method in class org.cqframework.cql.cql2elm.CqlTranslator
- FunctionDefinitionInfo - Class in org.cqframework.cql.cql2elm.preprocessor
- FunctionDefinitionInfo() - Constructor for class org.cqframework.cql.cql2elm.preprocessor.FunctionDefinitionInfo
- FunctionHeader - Class in org.cqframework.cql.cql2elm.model
-
POJO for the result of a pre compile operation (AKA: partial compile of function headers)
- FunctionRefInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- FunctionRefInvocation(FunctionRef) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.FunctionRefInvocation
G
- GenericOperator - Class in org.cqframework.cql.cql2elm.model
- GenericOperator(String, Signature, DataType, TypeParameter...) - Constructor for class org.cqframework.cql.cql2elm.model.GenericOperator
- getAccessLevel() - Method in class org.cqframework.cql.cql2elm.model.Operator
- getAllConversions(DataType) - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- getAllowFluent() - Method in class org.cqframework.cql.cql2elm.model.CallContext
- getAllowFluent() - Method in class org.cqframework.cql.cql2elm.model.OperatorResolution
- getAllowPromotionAndDemotion() - Method in class org.cqframework.cql.cql2elm.model.CallContext
- getAlternativeConversions() - Method in class org.cqframework.cql.cql2elm.model.Conversion
- getAnalyzeDataRequirements() - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Return instance of CqlTranslatorOptions analyzeDataRequirements boolean
- getAny() - Method in class org.cqframework.cql.cql2elm.model.SystemModel
- getBoolean() - Method in class org.cqframework.cql.cql2elm.model.SystemModel
- getBooleanTag(String) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- getBuildVersion() - Method in class org.cqframework.cql.cql2elm.model.Version
- getChunks() - Method in class org.cqframework.cql.cql2elm.model.Chunk
- getClassInfo() - Method in class org.cqframework.cql.cql2elm.model.ClassDetail
- getCode() - Method in class org.cqframework.cql.cql2elm.CqlCapability
- getCode() - Method in class org.cqframework.cql.cql2elm.model.SystemModel
- getCodeSystem() - Method in class org.cqframework.cql.cql2elm.model.SystemModel
- getCollapseDataRequirements() - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Return instance of CqlTranslatorOptions collapseDataRequirements boolean
- getCompatibilityLevel() - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Return instance of CqlTranslatorOptions compatibilityLevel
- getCompatibilityLevel() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getCompiledLibraries() - Method in class org.cqframework.cql.cql2elm.CqlCompiler
- getCompiledLibraries() - Method in class org.cqframework.cql.cql2elm.LibraryManager
- getCompiledLibrary() - Method in class org.cqframework.cql.cql2elm.CqlCompiler
- getCompiledLibrary() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getCompilerOptions(Library) - Static method in class org.cqframework.cql.cql2elm.CompilerOptions
-
Gets the compiler options used to generate an elm Library.
- getCompilerVersion(Library) - Static method in class org.cqframework.cql.cql2elm.CompilerOptions
-
Gets the compiler version used to generate an elm Library.
- getConcept() - Method in class org.cqframework.cql.cql2elm.model.SystemModel
- getContext() - Method in class org.cqframework.cql.cql2elm.preprocessor.ContextDefinitionInfo
- getContext() - Method in class org.cqframework.cql.cql2elm.preprocessor.ExpressionDefinitionInfo
- getContext() - Method in class org.cqframework.cql.cql2elm.preprocessor.FunctionDefinitionInfo
- getContexts() - Method in class org.cqframework.cql.cql2elm.model.ModelImporter
- getConversion() - Method in class org.cqframework.cql.cql2elm.model.Conversion
- getConversionMap() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getConversionOperator(DataType, DataType) - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- getConversions() - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- getConversions() - Method in class org.cqframework.cql.cql2elm.model.Model
- getConversions() - Method in class org.cqframework.cql.cql2elm.model.ModelImporter
- getConversions() - Method in class org.cqframework.cql.cql2elm.model.OperatorResolution
- getConversions(DataType) - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- getConversionScore() - Method in class org.cqframework.cql.cql2elm.model.InstantiationContextImpl
- getConversionScore() - Method in class org.cqframework.cql.cql2elm.model.InstantiationResult
- getConversionScore(DataType, DataType, Conversion) - Static method in class org.cqframework.cql.cql2elm.model.ConversionMap
- getCqlCompilerOptions() - Method in class org.cqframework.cql.cql2elm.CqlTranslatorOptions
- getCqlCompilerOptions() - Method in class org.cqframework.cql.cql2elm.LibraryManager
- getCurrentContext() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- getDate() - Method in class org.cqframework.cql.cql2elm.model.SystemModel
- getDateRangeOptimization() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- getDateTime() - Method in class org.cqframework.cql.cql2elm.model.SystemModel
- getDecimal() - Method in class org.cqframework.cql.cql2elm.model.SystemModel
- getDefaultContext() - Method in class org.cqframework.cql.cql2elm.model.Model
- getDefaultContextName() - Method in class org.cqframework.cql.cql2elm.model.ModelImporter
- getDefaultModel() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getDefaultModelName() - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- getDefaultUcumService() - Method in class org.cqframework.cql.cql2elm.LibraryManager
- getDefaultUsingDefinition() - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- getDefinition() - Method in class org.cqframework.cql.cql2elm.CqlCapability
- getDefinition() - Method in class org.cqframework.cql.cql2elm.preprocessor.BaseInfo
- getDefinition() - Method in class org.cqframework.cql.cql2elm.preprocessor.CodeDefinitionInfo
- getDefinition() - Method in class org.cqframework.cql.cql2elm.preprocessor.CodesystemDefinitionInfo
- getDefinition() - Method in class org.cqframework.cql.cql2elm.preprocessor.ConceptDefinitionInfo
- getDefinition() - Method in class org.cqframework.cql.cql2elm.preprocessor.ContextDefinitionInfo
- getDefinition() - Method in class org.cqframework.cql.cql2elm.preprocessor.ExpressionDefinitionInfo
- getDefinition() - Method in class org.cqframework.cql.cql2elm.preprocessor.FunctionDefinitionInfo
- getDefinition() - Method in class org.cqframework.cql.cql2elm.preprocessor.IncludeDefinitionInfo
- getDefinition() - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- getDefinition() - Method in class org.cqframework.cql.cql2elm.preprocessor.ParameterDefinitionInfo
- getDefinition() - Method in class org.cqframework.cql.cql2elm.preprocessor.UsingDefinitionInfo
- getDefinition() - Method in class org.cqframework.cql.cql2elm.preprocessor.ValuesetDefinitionInfo
- getDisplay() - Method in class org.cqframework.cql.cql2elm.CqlCapability
- getElement() - Method in class org.cqframework.cql.cql2elm.model.Chunk
- getEnableCqlOnly() - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Return instance of CqlTranslatorOptions enableCqlOnly boolean
- getErrorLevel() - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Return instance of CqlTranslatorOptions errorLevel (CqlTranslatorException.ErrorSeverity)
- getErrors() - Method in class org.cqframework.cql.cql2elm.CqlCompiler
- getErrors() - Method in class org.cqframework.cql.cql2elm.CqlTranslator
- getErrors() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getExceptions() - Method in class org.cqframework.cql.cql2elm.CqlCompiler
- getExceptions() - Method in class org.cqframework.cql.cql2elm.CqlTranslator
- getExceptions() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getExpression() - Method in class org.cqframework.cql.cql2elm.model.invocation.AbstractExpressionInvocation
- getExpression() - Method in interface org.cqframework.cql.cql2elm.model.Invocation
- getExpressions() - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- getExternal() - Method in class org.cqframework.cql.cql2elm.model.Operator
- getFluent() - Method in class org.cqframework.cql.cql2elm.model.Operator
- getFormats() - Method in class org.cqframework.cql.cql2elm.CqlTranslatorOptions
- getFromType() - Method in class org.cqframework.cql.cql2elm.model.Conversion
- getFromType() - Method in class org.cqframework.cql.cql2elm.model.ConversionContext
- getFunctionDef() - Method in class org.cqframework.cql.cql2elm.model.FunctionHeader
- getFunctionDef() - Method in class org.cqframework.cql.cql2elm.model.Operator
- getGenericConversions() - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- getGenericOperator() - Method in class org.cqframework.cql.cql2elm.model.InstantiationResult
- getGlobalCache() - Method in class org.cqframework.cql.cql2elm.ModelManager
-
The global cache is by @{org.hl7.cql.model.ModelIdentifier}, while the local cache is by name.
- getHeader() - Method in class org.cqframework.cql.cql2elm.preprocessor.BaseInfo
- getHeaderInterval() - Method in class org.cqframework.cql.cql2elm.preprocessor.BaseInfo
- getIdentifier() - Method in class org.cqframework.cql.cql2elm.IdentifierContext
- getIdentifier() - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- getImplicitContextCreated() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- getIncludeDeprecatedElements() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- getInteger() - Method in class org.cqframework.cql.cql2elm.model.SystemModel
- getInterval() - Method in class org.cqframework.cql.cql2elm.model.Chunk
- getIntervalConversionTargets(DataType) - Method in class org.cqframework.cql.cql2elm.model.InstantiationContextImpl
- getIsCompiled() - Method in class org.cqframework.cql.cql2elm.model.FunctionHeader
- getIsImplicit() - Method in class org.cqframework.cql.cql2elm.model.ConversionContext
- getLeft() - Method in class org.cqframework.cql.cql2elm.model.TimingOperatorContext
- getLibraries() - Method in class org.cqframework.cql.cql2elm.CqlCompiler
- getLibraries() - Method in class org.cqframework.cql.cql2elm.CqlTranslator
- getLibrary() - Method in class org.cqframework.cql.cql2elm.CqlCompiler
- getLibrary() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getLibrary() - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- getLibrary() - Method in class org.cqframework.cql.cql2elm.model.serialization.LibraryWrapper
- getLibraryContent(VersionedIdentifier, LibraryContentType) - Method in interface org.cqframework.cql.cql2elm.LibrarySourceLoader
- getLibraryContent(VersionedIdentifier, LibraryContentType) - Method in interface org.cqframework.cql.cql2elm.LibrarySourceProvider
- getLibraryContent(VersionedIdentifier, LibraryContentType) - Method in class org.cqframework.cql.cql2elm.PriorityLibrarySourceLoader
- getLibraryId() - Method in exception class org.cqframework.cql.cql2elm.CqlIncludeException
- getLibraryIdentifier() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getLibraryIdentifier() - Method in class org.cqframework.cql.cql2elm.model.OperatorResolution
- getLibraryInfo() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- getLibraryManager() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getLibraryName() - Method in class org.cqframework.cql.cql2elm.model.CallContext
- getLibraryName() - Method in class org.cqframework.cql.cql2elm.model.LibraryRef
- getLibraryName() - Method in class org.cqframework.cql.cql2elm.model.Operator
- getLibraryName() - Method in class org.cqframework.cql.cql2elm.model.OperatorResolution
- getLibraryName() - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- getLibrarySource(VersionedIdentifier) - Method in class org.cqframework.cql.cql2elm.DefaultLibrarySourceProvider
- getLibrarySource(VersionedIdentifier) - Method in interface org.cqframework.cql.cql2elm.LibrarySourceLoader
- getLibrarySource(VersionedIdentifier) - Method in interface org.cqframework.cql.cql2elm.LibrarySourceProvider
- getLibrarySource(VersionedIdentifier) - Method in class org.cqframework.cql.cql2elm.PriorityLibrarySourceLoader
- getLibrarySource(VersionedIdentifier) - Method in class org.cqframework.cql.cql2elm.quick.FhirLibrarySourceProvider
- getLibrarySource(VersionedIdentifier) - Method in class org.cqframework.cql.cql2elm.StringLibrarySourceProvider
- getLibrarySourceLoader() - Method in class org.cqframework.cql.cql2elm.LibraryManager
- getLibrarySystem() - Method in exception class org.cqframework.cql.cql2elm.CqlIncludeException
- getListConversionTargets(DataType) - Method in class org.cqframework.cql.cql2elm.model.InstantiationContextImpl
- getLocalName() - Method in class org.cqframework.cql.cql2elm.preprocessor.IncludeDefinitionInfo
- getLocalName() - Method in class org.cqframework.cql.cql2elm.preprocessor.UsingDefinitionInfo
- getLocator() - Method in exception class org.cqframework.cql.cql2elm.CqlCompilerException
- getLong() - Method in class org.cqframework.cql.cql2elm.model.SystemModel
- getMajorVersion() - Method in class org.cqframework.cql.cql2elm.model.Version
- getMangledName() - Method in class org.cqframework.cql.cql2elm.model.FunctionHeader
- getMessages() - Method in class org.cqframework.cql.cql2elm.CqlCompiler
- getMessages() - Method in class org.cqframework.cql.cql2elm.CqlTranslator
- getMessages() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getMinorVersion() - Method in class org.cqframework.cql.cql2elm.model.Version
- getModel() - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- getModel(String) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- getModel(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getModel(String) - Method in interface org.cqframework.cql.cql2elm.ModelResolver
- getModel(String) - Method in class org.cqframework.cql.cql2elm.TypeBuilder.InternalModelResolver
- getModel(ModelIdentifier, String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getModel(NamespaceInfo, String, String, String) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- getModel(NamespaceInfo, String, String, String) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- getModel(UsingDef) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getModelClass() - Method in class org.cqframework.cql.cql2elm.model.ClassDetail
- getModelIdentifier(List<String>) - Static method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- getModelInfo() - Method in class org.cqframework.cql.cql2elm.model.Model
- getModelInfo(ModelIdentifier) - Method in class org.cqframework.cql.cql2elm.ModelInfoLoader
- getModelInfoLoader() - Method in class org.cqframework.cql.cql2elm.ModelManager
- getModelManager() - Method in class org.cqframework.cql.cql2elm.LibraryManager
- getMustResolve() - Method in class org.cqframework.cql.cql2elm.model.CallContext
- getName() - Method in class org.cqframework.cql.cql2elm.model.Operator
- getName() - Method in class org.cqframework.cql.cql2elm.model.OperatorEntry
- getName() - Method in class org.cqframework.cql.cql2elm.model.PropertyResolution
- getName() - Method in class org.cqframework.cql.cql2elm.preprocessor.CodeDefinitionInfo
- getName() - Method in class org.cqframework.cql.cql2elm.preprocessor.CodesystemDefinitionInfo
- getName() - Method in class org.cqframework.cql.cql2elm.preprocessor.ConceptDefinitionInfo
- getName() - Method in class org.cqframework.cql.cql2elm.preprocessor.ExpressionDefinitionInfo
- getName() - Method in class org.cqframework.cql.cql2elm.preprocessor.FunctionDefinitionInfo
- getName() - Method in class org.cqframework.cql.cql2elm.preprocessor.IncludeDefinitionInfo
- getName() - Method in class org.cqframework.cql.cql2elm.preprocessor.ParameterDefinitionInfo
- getName() - Method in class org.cqframework.cql.cql2elm.preprocessor.UsingDefinitionInfo
- getName() - Method in class org.cqframework.cql.cql2elm.preprocessor.ValuesetDefinitionInfo
- getNamedTypeSpecifierResult(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getNameIndex() - Method in class org.cqframework.cql.cql2elm.model.Model
- getNamespaceInfo() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getNamespaceManager() - Method in class org.cqframework.cql.cql2elm.LibraryManager
- getNamespaceManager() - Method in class org.cqframework.cql.cql2elm.ModelManager
- getNamespaceName() - Method in class org.cqframework.cql.cql2elm.preprocessor.IncludeDefinitionInfo
- getNamespaceName() - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- getNamespaceName() - Method in class org.cqframework.cql.cql2elm.preprocessor.UsingDefinitionInfo
- getObjectFactory() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.AggregateExpressionInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.AnyInCodeSystemInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.AnyInValueSetInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.BinaryExpressionInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.CombineInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.ConvertInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.DateInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.DateTimeInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.FirstInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.FunctionRefInvocation
- getOperands() - Method in interface org.cqframework.cql.cql2elm.model.Invocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.InCodeSystemInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.IndexOfInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.InValueSetInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.LastInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.LastPositionOfInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.MessageInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.NaryExpressionInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.PositionOfInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.RoundInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.SkipInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.SplitInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.SplitOnMatchesInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.SubstringInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.TailInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.TakeInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.TernaryExpressionInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.TimeInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.UnaryExpressionInvocation
- getOperands() - Method in class org.cqframework.cql.cql2elm.model.invocation.ZeroOperandExpressionInvocation
- getOperandTypes() - Method in class org.cqframework.cql.cql2elm.model.Signature
- getOperator() - Method in class org.cqframework.cql.cql2elm.model.Conversion
- getOperator() - Method in class org.cqframework.cql.cql2elm.model.InstantiationResult
- getOperator() - Method in class org.cqframework.cql.cql2elm.model.OperatorResolution
- getOperatorHasOverloads() - Method in class org.cqframework.cql.cql2elm.model.OperatorResolution
- getOperatorMap() - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- getOperatorMap() - Method in class org.cqframework.cql.cql2elm.model.ConversionContext
- getOperatorName() - Method in class org.cqframework.cql.cql2elm.model.CallContext
- getOptions() - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Returns instance of CqlTranslatorOptions options
- getPatchVersion() - Method in class org.cqframework.cql.cql2elm.model.Version
- getPreCompileOutput() - Method in class org.cqframework.cql.cql2elm.preprocessor.FunctionDefinitionInfo
- getQuantity() - Method in class org.cqframework.cql.cql2elm.model.SystemModel
- getQuerySources() - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- getRatio() - Method in class org.cqframework.cql.cql2elm.model.SystemModel
- getResolution() - Method in class org.cqframework.cql.cql2elm.model.invocation.AbstractExpressionInvocation
- getResolution() - Method in interface org.cqframework.cql.cql2elm.model.Invocation
- getResultElementType() - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- getResultType() - Method in class org.cqframework.cql.cql2elm.model.FunctionHeader
- getResultType() - Method in class org.cqframework.cql.cql2elm.model.Operator
- getRetrieves() - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- getRight() - Method in class org.cqframework.cql.cql2elm.model.TimingOperatorContext
- getScore() - Method in class org.cqframework.cql.cql2elm.model.Conversion
- getScore() - Method in class org.cqframework.cql.cql2elm.model.OperatorResolution
- getSeverity() - Method in exception class org.cqframework.cql.cql2elm.CqlCompilerException
- getSignature() - Method in class org.cqframework.cql.cql2elm.model.CallContext
- getSignature() - Method in class org.cqframework.cql.cql2elm.model.invocation.AggregateExpressionInvocation
- getSignature() - Method in class org.cqframework.cql.cql2elm.model.invocation.FunctionRefInvocation
- getSignature() - Method in interface org.cqframework.cql.cql2elm.model.Invocation
- getSignature() - Method in class org.cqframework.cql.cql2elm.model.invocation.OperatorExpressionInvocation
- getSignature() - Method in class org.cqframework.cql.cql2elm.model.Operator
- getSignatureLevel() - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Return instance of CqlTranslatorOptions signatureLevel (LibraryBuilder.SignatureLevel)
- getSimpleConversionTargets(DataType) - Method in class org.cqframework.cql.cql2elm.model.InstantiationContextImpl
- getSinceVersion() - Method in class org.cqframework.cql.cql2elm.CqlCapability
- getSize() - Method in class org.cqframework.cql.cql2elm.model.Signature
- getString() - Method in class org.cqframework.cql.cql2elm.model.SystemModel
- getSystemLibrary() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getSystemModel() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- getTag(String) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- getTargetMap() - Method in class org.cqframework.cql.cql2elm.model.PropertyResolution
- getTime() - Method in class org.cqframework.cql.cql2elm.model.SystemModel
- getToType() - Method in class org.cqframework.cql.cql2elm.model.Conversion
- getToType() - Method in class org.cqframework.cql.cql2elm.model.ConversionContext
- getTrackableSubclass() - Method in class org.cqframework.cql.cql2elm.IdentifierContext
- getTranslatedLibraries() - Method in class org.cqframework.cql.cql2elm.CqlTranslator
- getTranslatedLibrary() - Method in class org.cqframework.cql.cql2elm.CqlTranslator
- getType() - Method in class org.cqframework.cql.cql2elm.model.PropertyResolution
- getTypeIdentifier(List<String>, String) - Static method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- getTypeParameters() - Method in class org.cqframework.cql.cql2elm.model.GenericOperator
- getTypes() - Method in class org.cqframework.cql.cql2elm.model.ModelImporter
- getUcumService() - Method in class org.cqframework.cql.cql2elm.LibraryManager
- getUnderlyingResultIfExists() - Method in class org.cqframework.cql.cql2elm.ResultWithPossibleError
- getUpToVersion() - Method in class org.cqframework.cql.cql2elm.CqlCapability
- getValidateUnits() - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Return instance of CqlTranslatorOptions validateUnits boolean
- getValueSet() - Method in class org.cqframework.cql.cql2elm.model.SystemModel
- getVerifyOnly() - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Return instance of CqlTranslatorOptions verifyOnly boolean
- getVersion() - Method in class org.cqframework.cql.cql2elm.preprocessor.IncludeDefinitionInfo
- getVersion() - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- getVersion() - Method in class org.cqframework.cql.cql2elm.preprocessor.UsingDefinitionInfo
- getVersionId() - Method in exception class org.cqframework.cql.cql2elm.CqlIncludeException
- getVocabulary() - Method in class org.cqframework.cql.cql2elm.model.SystemModel
- getVoid() - Method in class org.cqframework.cql.cql2elm.model.SystemModel
- getWarnings() - Method in class org.cqframework.cql.cql2elm.CqlCompiler
- getWarnings() - Method in class org.cqframework.cql.cql2elm.CqlTranslator
- getWarnings() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- GLOBAL - Enum constant in enum class org.cqframework.cql.cql2elm.LibraryBuilder.IdentifierScope
H
- hasAlternativeConversions() - Method in class org.cqframework.cql.cql2elm.model.Conversion
- hasChunks() - Method in class org.cqframework.cql.cql2elm.model.Chunk
- hasConversions() - Method in class org.cqframework.cql.cql2elm.model.OperatorResolution
- hasError() - Method in class org.cqframework.cql.cql2elm.ResultWithPossibleError
- hasErrors(List<CqlCompilerException>) - Static method in exception class org.cqframework.cql.cql2elm.CqlCompilerException
- hasExpressionTarget() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- hashCode() - Method in class org.cqframework.cql.cql2elm.CqlCapability
- hashCode() - Method in class org.cqframework.cql.cql2elm.IdentifierContext
- hashCode() - Method in class org.cqframework.cql.cql2elm.model.FunctionHeader
- hashCode() - Method in class org.cqframework.cql.cql2elm.model.Signature
- hashCode() - Method in class org.cqframework.cql.cql2elm.model.Version
- hashCode() - Method in class org.cqframework.cql.cql2elm.preprocessor.FunctionDefinitionInfo
- hasUsings() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
I
- IdentifierContext - Class in org.cqframework.cql.cql2elm
-
Simple POJO using for identifier hider that maintains the identifier and Trackable type of the construct being evaluated.
- IdentifierContext(String, Class<? extends Trackable>) - Constructor for class org.cqframework.cql.cql2elm.IdentifierContext
- IncludeDefinitionInfo - Class in org.cqframework.cql.cql2elm.preprocessor
- IncludeDefinitionInfo() - Constructor for class org.cqframework.cql.cql2elm.preprocessor.IncludeDefinitionInfo
- InCodeSystemInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- InCodeSystemInvocation(InCodeSystem) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.InCodeSystemInvocation
- IndexOfInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- IndexOfInvocation(IndexOf) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.IndexOfInvocation
- Info - Enum constant in enum class org.cqframework.cql.cql2elm.CqlCompilerException.ErrorSeverity
- inLiteralContext() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- inQueryContext() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- inSortClause() - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- inSourceClause() - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- inSpecificContext() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- instantiate(Signature, Map<TypeParameter, DataType>, OperatorMap, ConversionMap, boolean) - Method in class org.cqframework.cql.cql2elm.model.GenericOperator
- instantiate(Signature, OperatorMap, ConversionMap, boolean) - Method in class org.cqframework.cql.cql2elm.model.GenericOperator
- instantiate(InstantiationContext) - Method in class org.cqframework.cql.cql2elm.model.Signature
- instantiate(TypeParameter) - Method in class org.cqframework.cql.cql2elm.model.InstantiationContextImpl
- InstantiationContextImpl - Class in org.cqframework.cql.cql2elm.model
- InstantiationContextImpl(Map<TypeParameter, DataType>, OperatorMap, ConversionMap, boolean) - Constructor for class org.cqframework.cql.cql2elm.model.InstantiationContextImpl
- InstantiationResult - Class in org.cqframework.cql.cql2elm.model
-
Created by Bryn on 12/22/2016.
- InstantiationResult(GenericOperator, Operator, int) - Constructor for class org.cqframework.cql.cql2elm.model.InstantiationResult
- InternalModelResolver(ModelManager) - Constructor for class org.cqframework.cql.cql2elm.TypeBuilder.InternalModelResolver
- internalVisitExpressionDefinition(cqlParser.ExpressionDefinitionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- IntervalDemotion - Enum constant in enum class org.cqframework.cql.cql2elm.model.ConversionMap.ConversionScore
- IntervalPromotion - Enum constant in enum class org.cqframework.cql.cql2elm.model.ConversionMap.ConversionScore
- inTypeSpecifierContext() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- inUnfilteredContext() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- InValueSetInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- InValueSetInvocation(InValueSet) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.InValueSetInvocation
- Invocation - Interface in org.cqframework.cql.cql2elm.model
- isAnnotationEnabled() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- isCast() - Method in class org.cqframework.cql.cql2elm.model.Conversion
- isComparable() - Method in class org.cqframework.cql.cql2elm.model.Version
- isComparable(int) - Method in class org.cqframework.cql.cql2elm.model.Version
- isCompatibilityLevel3() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- isCompatibilityLevel4() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- isCompatibleWith(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- isConvertibleTo(Signature, ConversionMap, OperatorMap, boolean, Conversion[]) - Method in class org.cqframework.cql.cql2elm.model.Signature
- isDefaultModelInfoLoadingEnabled() - Method in class org.cqframework.cql.cql2elm.ModelManager
- isDetailedErrorsEnabled() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- isFromKeywordRequired() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- isGeneric() - Method in class org.cqframework.cql.cql2elm.model.Conversion
- isHeaderChunk() - Method in class org.cqframework.cql.cql2elm.model.Chunk
- isImplicit() - Method in class org.cqframework.cql.cql2elm.model.Conversion
- isImplicit() - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- isInstantiable(Signature, InstantiationContext) - Method in class org.cqframework.cql.cql2elm.model.Signature
- isInstantiable(TypeParameter, DataType) - Method in class org.cqframework.cql.cql2elm.model.InstantiationContextImpl
- isIntervalConversion() - Method in class org.cqframework.cql.cql2elm.model.Conversion
- isIntervalDemotion() - Method in class org.cqframework.cql.cql2elm.model.Conversion
- isIntervalDemotionEnabled() - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- isIntervalPromotion() - Method in class org.cqframework.cql.cql2elm.model.Conversion
- isIntervalPromotionEnabled() - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- isLibraryContentAvailable(VersionedIdentifier, LibraryContentType) - Method in interface org.cqframework.cql.cql2elm.LibrarySourceLoader
- isListConversion() - Method in class org.cqframework.cql.cql2elm.model.Conversion
- isListDemotion() - Method in class org.cqframework.cql.cql2elm.model.Conversion
- isListDemotionEnabled() - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- isListPromotion() - Method in class org.cqframework.cql.cql2elm.model.Conversion
- isListPromotionEnabled() - Method in class org.cqframework.cql.cql2elm.model.ConversionMap
- isMethodInvocationEnabled() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- isParentGeneric(ClassType) - Method in class org.cqframework.cql.cql2elm.model.ModelImporter
-
Method returns true if the class' base type is a generic type.
- isPointType(DataType) - Method in class org.cqframework.cql.cql2elm.model.OperatorMap
- isSearch() - Method in class org.cqframework.cql.cql2elm.model.PropertyResolution
- isSingular() - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- isStartingWithDigit(String, int) - Static method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- isSubTypeOf(Signature) - Method in class org.cqframework.cql.cql2elm.model.Signature
- isSuperTypeOf(Signature) - Method in class org.cqframework.cql.cql2elm.model.Signature
- isValidIdentifier(String) - Static method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- isWellKnownLibraryName(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- isWellKnownLibraryName(String) - Method in class org.cqframework.cql.cql2elm.LibraryManager
- isWellKnownModelName(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- isWellKnownModelName(String) - Method in class org.cqframework.cql.cql2elm.ModelManager
J
- JSON - Enum constant in enum class org.cqframework.cql.cql2elm.CqlTranslator.Format
- JSON - Enum constant in enum class org.cqframework.cql.cql2elm.CqlTranslatorOptions.Format
- JSON - Enum constant in enum class org.cqframework.cql.cql2elm.LibraryContentType
L
- LastInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- LastInvocation(Last) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.LastInvocation
- LastPositionOfInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- LastPositionOfInvocation(LastPositionOf) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.LastPositionOfInvocation
- libraryBuilder - Variable in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- LibraryBuilder - Class in org.cqframework.cql.cql2elm
-
Created by Bryn on 12/29/2016.
- LibraryBuilder(LibraryManager, IdObjectFactory) - Constructor for class org.cqframework.cql.cql2elm.LibraryBuilder
- LibraryBuilder(NamespaceInfo, LibraryManager, IdObjectFactory) - Constructor for class org.cqframework.cql.cql2elm.LibraryBuilder
- LibraryBuilder.IdentifierScope - Enum Class in org.cqframework.cql.cql2elm
- LibraryBuilder.SignatureLevel - Enum Class in org.cqframework.cql.cql2elm
- LibraryContentType - Enum Class in org.cqframework.cql.cql2elm
-
This enum lists all the encodings for CQL libraries
- libraryInfo - Variable in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- LibraryInfo - Class in org.cqframework.cql.cql2elm.preprocessor
- LibraryInfo() - Constructor for class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- LibraryManager - Class in org.cqframework.cql.cql2elm
-
Manages a set of CQL libraries.
- LibraryManager(ModelManager) - Constructor for class org.cqframework.cql.cql2elm.LibraryManager
- LibraryManager(ModelManager, CqlCompilerOptions) - Constructor for class org.cqframework.cql.cql2elm.LibraryManager
- LibraryManager(ModelManager, CqlCompilerOptions, Map<VersionedIdentifier, CompiledLibrary>) - Constructor for class org.cqframework.cql.cql2elm.LibraryManager
- LibraryManager.CacheMode - Enum Class in org.cqframework.cql.cql2elm
- LibraryReaderUtil - Class in org.cqframework.cql.cql2elm
- LibraryReaderUtil() - Constructor for class org.cqframework.cql.cql2elm.LibraryReaderUtil
- LibraryRef - Class in org.cqframework.cql.cql2elm.model
- LibraryRef() - Constructor for class org.cqframework.cql.cql2elm.model.LibraryRef
- LibrarySourceLoader - Interface in org.cqframework.cql.cql2elm
- LibrarySourceProvider - Interface in org.cqframework.cql.cql2elm
- LibrarySourceProviderFactory - Class in org.cqframework.cql.cql2elm
- LibraryWrapper - Class in org.cqframework.cql.cql2elm.model.serialization
- LibraryWrapper() - Constructor for class org.cqframework.cql.cql2elm.model.serialization.LibraryWrapper
- ListDemotion - Enum constant in enum class org.cqframework.cql.cql2elm.model.ConversionMap.ConversionScore
- ListPromotion - Enum constant in enum class org.cqframework.cql.cql2elm.model.ConversionMap.ConversionScore
- load(SystemModel, TypeBuilder) - Static method in class org.cqframework.cql.cql2elm.model.SystemLibraryHelper
- load(ModelIdentifier) - Method in class org.cqframework.cql.cql2elm.DefaultModelInfoProvider
- LOCAL - Enum constant in enum class org.cqframework.cql.cql2elm.LibraryBuilder.IdentifierScope
- locatorsEnabled() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- lookForTagValue(String, int) - Static method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
M
- matchStrictly(Version) - Method in class org.cqframework.cql.cql2elm.model.Version
- MessageInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- MessageInvocation(Message) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.MessageInvocation
- mimeType() - Method in enum class org.cqframework.cql.cql2elm.LibraryContentType
- mimeType() - Method in interface org.cqframework.cql.cql2elm.MimeType
- MimeType - Interface in org.cqframework.cql.cql2elm
- Model - Class in org.cqframework.cql.cql2elm.model
- Model(ModelInfo, ModelManager) - Constructor for class org.cqframework.cql.cql2elm.model.Model
- ModelImporter - Class in org.cqframework.cql.cql2elm.model
- ModelImporter(ModelInfo, ModelManager) - Constructor for class org.cqframework.cql.cql2elm.model.ModelImporter
- ModelInfoLoader - Class in org.cqframework.cql.cql2elm
- ModelInfoLoader() - Constructor for class org.cqframework.cql.cql2elm.ModelInfoLoader
- ModelInfoProviderFactory - Class in org.cqframework.cql.cql2elm
- ModelManager - Class in org.cqframework.cql.cql2elm
-
Created by Bryn on 12/29/2016.
- ModelManager() - Constructor for class org.cqframework.cql.cql2elm.ModelManager
- ModelManager(boolean) - Constructor for class org.cqframework.cql.cql2elm.ModelManager
- ModelManager(boolean, Path) - Constructor for class org.cqframework.cql.cql2elm.ModelManager
- ModelManager(boolean, Path, Map<ModelIdentifier, Model>) - Constructor for class org.cqframework.cql.cql2elm.ModelManager
- ModelManager(boolean, Map<ModelIdentifier, Model>) - Constructor for class org.cqframework.cql.cql2elm.ModelManager
- ModelManager(Path) - Constructor for class org.cqframework.cql.cql2elm.ModelManager
- ModelManager(Path, Map<ModelIdentifier, Model>) - Constructor for class org.cqframework.cql.cql2elm.ModelManager
- ModelManager(Map<ModelIdentifier, Model>) - Constructor for class org.cqframework.cql.cql2elm.ModelManager
- ModelManager(NamespaceManager) - Constructor for class org.cqframework.cql.cql2elm.ModelManager
- ModelManager(NamespaceManager, boolean) - Constructor for class org.cqframework.cql.cql2elm.ModelManager
- ModelManager(NamespaceManager, boolean, Path) - Constructor for class org.cqframework.cql.cql2elm.ModelManager
- ModelManager(NamespaceManager, boolean, Path, Map<ModelIdentifier, Model>) - Constructor for class org.cqframework.cql.cql2elm.ModelManager
- ModelManager(NamespaceManager, boolean, Map<ModelIdentifier, Model>) - Constructor for class org.cqframework.cql.cql2elm.ModelManager
- ModelManager(NamespaceManager, Path) - Constructor for class org.cqframework.cql.cql2elm.ModelManager
- ModelManager(NamespaceManager, Path, Map<ModelIdentifier, Model>) - Constructor for class org.cqframework.cql.cql2elm.ModelManager
- ModelManager(NamespaceManager, Map<ModelIdentifier, Model>) - Constructor for class org.cqframework.cql.cql2elm.ModelManager
- ModelResolver - Interface in org.cqframework.cql.cql2elm
N
- NaryExpressionInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- NaryExpressionInvocation(NaryExpression) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.NaryExpressionInvocation
- None - Enum constant in enum class org.cqframework.cql.cql2elm.LibraryBuilder.SignatureLevel
- NONE - Enum constant in enum class org.cqframework.cql.cql2elm.LibraryManager.CacheMode
- noReturnType(FunctionDef) - Static method in class org.cqframework.cql.cql2elm.model.FunctionHeader
- normalizeWhitespace(String) - Static method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
O
- of - Variable in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- Operator - Class in org.cqframework.cql.cql2elm.model
- Operator(String, Signature, DataType) - Constructor for class org.cqframework.cql.cql2elm.model.Operator
- Operator(FunctionDef, String, Signature, DataType) - Constructor for class org.cqframework.cql.cql2elm.model.Operator
- OperatorEntry - Class in org.cqframework.cql.cql2elm.model
- OperatorEntry(String) - Constructor for class org.cqframework.cql.cql2elm.model.OperatorEntry
- OperatorExpressionInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
-
Created by Bryn on 4/12/2018.
- OperatorExpressionInvocation(OperatorExpression) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.OperatorExpressionInvocation
- OperatorMap - Class in org.cqframework.cql.cql2elm.model
- OperatorMap() - Constructor for class org.cqframework.cql.cql2elm.model.OperatorMap
- OperatorResolution - Class in org.cqframework.cql.cql2elm.model
- OperatorResolution() - Constructor for class org.cqframework.cql.cql2elm.model.OperatorResolution
- OperatorResolution(Operator) - Constructor for class org.cqframework.cql.cql2elm.model.OperatorResolution
- optimizeDateRangeInQuery(Expression, AliasedQuerySource) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
-
Some systems may wish to optimize performance by restricting retrieves with available date ranges.
- org.cqframework.cql.cql2elm - package org.cqframework.cql.cql2elm
- org.cqframework.cql.cql2elm.elm - package org.cqframework.cql.cql2elm.elm
- org.cqframework.cql.cql2elm.model - package org.cqframework.cql.cql2elm.model
- org.cqframework.cql.cql2elm.model.invocation - package org.cqframework.cql.cql2elm.model.invocation
- org.cqframework.cql.cql2elm.model.serialization - package org.cqframework.cql.cql2elm.model.serialization
- org.cqframework.cql.cql2elm.preprocessor - package org.cqframework.cql.cql2elm.preprocessor
- org.cqframework.cql.cql2elm.quick - package org.cqframework.cql.cql2elm.quick
- org.cqframework.cql.cql2elm.targetmap - package org.cqframework.cql.cql2elm.targetmap
- Overloads - Enum constant in enum class org.cqframework.cql.cql2elm.LibraryBuilder.SignatureLevel
P
- ParameterDefinitionInfo - Class in org.cqframework.cql.cql2elm.preprocessor
- ParameterDefinitionInfo() - Constructor for class org.cqframework.cql.cql2elm.preprocessor.ParameterDefinitionInfo
- parseAccessModifier(ParseTree) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- parseCompilerOptions(String) - Static method in class org.cqframework.cql.cql2elm.CompilerOptions
-
Parses a string representing CQL compiler Options into an EnumSet.
- parseFunctionHeader(cqlParser.FunctionDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- parseQualifiers(cqlParser.NamedTypeSpecifierContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- parseString(ParseTree) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- parseTypeSpecifier(ParseTree) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- PathAware - Interface in org.cqframework.cql.cql2elm
- peekQueryContext() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- popExpressionContext() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- popExpressionDefinition() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- popExpressionTarget() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- popLiteralContext() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- popQueryContext() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- popTypeSpecifierContext() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- PositionOfInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- PositionOfInvocation(PositionOf) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.PositionOfInvocation
- PriorityLibrarySourceLoader - Class in org.cqframework.cql.cql2elm
-
Used by LibraryManager to manage a set of library source providers that resolve library includes within CQL.
- PriorityLibrarySourceLoader() - Constructor for class org.cqframework.cql.cql2elm.PriorityLibrarySourceLoader
- PropertyResolution - Class in org.cqframework.cql.cql2elm.model
-
Created by Bryn on 4/19/2019.
- PropertyResolution(ClassTypeElement) - Constructor for class org.cqframework.cql.cql2elm.model.PropertyResolution
- PropertyResolution(DataType, String) - Constructor for class org.cqframework.cql.cql2elm.model.PropertyResolution
- PropertyResolution(DataType, String, Map<DataType, String>) - Constructor for class org.cqframework.cql.cql2elm.model.PropertyResolution
- PropertyResolution(SearchType) - Constructor for class org.cqframework.cql.cql2elm.model.PropertyResolution
- PropertyResolution(TupleTypeElement) - Constructor for class org.cqframework.cql.cql2elm.model.PropertyResolution
- providers(boolean) - Static method in class org.cqframework.cql.cql2elm.LibrarySourceProviderFactory
- providers(boolean) - Static method in class org.cqframework.cql.cql2elm.ModelInfoProviderFactory
- pushExpressionContext(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- pushExpressionDefinition(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- pushExpressionTarget(Expression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- pushLiteralContext() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- pushQueryContext(QueryContext) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- pushTypeSpecifierContext() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
Q
- QueryContext - Class in org.cqframework.cql.cql2elm.model
- QueryContext() - Constructor for class org.cqframework.cql.cql2elm.model.QueryContext
R
- READ_ONLY - Enum constant in enum class org.cqframework.cql.cql2elm.LibraryManager.CacheMode
- READ_WRITE - Enum constant in enum class org.cqframework.cql.cql2elm.LibraryManager.CacheMode
- recordParsingException(CqlCompilerException) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
-
Record any errors while parsing in both the list of errors but also in the library itself so they can be processed easily by a remote client
- referenceSpecificContext() - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- referencesSpecificContext() - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- registerFunctionDefinition(cqlParser.FunctionDefinitionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- registerModelInfoProvider(ModelInfoProvider) - Method in class org.cqframework.cql.cql2elm.ModelInfoLoader
- registerModelInfoProvider(ModelInfoProvider, boolean) - Method in class org.cqframework.cql.cql2elm.ModelInfoLoader
- registerProvider(LibrarySourceProvider) - Method in interface org.cqframework.cql.cql2elm.LibrarySourceLoader
- registerProvider(LibrarySourceProvider) - Method in class org.cqframework.cql.cql2elm.PriorityLibrarySourceLoader
- remove(ExpressionDef) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- REMOVE_ANNOTATION - Enum constant in enum class org.cqframework.cql.cql2elm.elm.ElmEdit
- REMOVE_LOCATOR - Enum constant in enum class org.cqframework.cql.cql2elm.elm.ElmEdit
- REMOVE_RESULT_TYPE - Enum constant in enum class org.cqframework.cql.cql2elm.elm.ElmEdit
- removeExpression(ExpressionDef) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- removeLetClause(LetClause) - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- removeLetClauses(Collection<LetClause>) - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- removeQuerySource(AliasedQuerySource) - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- removeQuerySources(Collection<AliasedQuerySource>) - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- RequireFromKeyword - Enum constant in enum class org.cqframework.cql.cql2elm.CqlCompilerOptions.Options
- resolve(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolve(String) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- resolve(CallContext, OperatorMap, ConversionMap) - Method in class org.cqframework.cql.cql2elm.model.OperatorEntry
- resolveAccessor(Expression, String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveAggregateCall(String, String, AggregateExpression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveAlias(String) - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- resolveBinaryCall(String, String, BinaryExpression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveBinaryCall(String, String, BinaryExpression, boolean, boolean) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveBinaryInvocation(String, String, BinaryExpression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveBinaryInvocation(String, String, BinaryExpression, boolean, boolean) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveCall(String, String, Invocation) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveCall(String, String, Invocation, boolean, boolean) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveCall(String, String, Invocation, boolean, boolean, boolean) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveCall(CallContext) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveCall(CallContext, ConversionMap) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- resolveCodeRef(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveCodeRef(String) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- resolveCodeReference(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- resolveCodeSystemRef(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveCodeSystemRef(String) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- resolveCodesystemReference(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- resolveConceptRef(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveConceptRef(String) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- resolveConceptReference(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- resolveContains(Expression, Expression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveContains(Expression, Expression, DateTimePrecision) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveContainsInvocation(Expression, Expression, DateTimePrecision) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveContext(cqlParser.ContextDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- resolveContextName(String) - Method in class org.cqframework.cql.cql2elm.model.Model
- resolveContextName(String, boolean) - Method in class org.cqframework.cql.cql2elm.model.Model
- resolveContextName(String, String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveDefinition(ParseTree) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- resolveExcept(Expression, Expression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveExpressionName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- resolveExpressionRef(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveExpressionRef(String) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- resolveExpressionReference(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- resolveFunction(String, String, Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveFunction(String, String, Iterable<Expression>, boolean, boolean, boolean) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveFunction(String, String, List<Expression>, boolean, boolean, boolean) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- resolveFunctionDefinition(FunctionDef) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveFunctionName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- resolveFunctionOrQualifiedFunction(String, cqlParser.ParamListContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- resolveFunctionRef(String) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- resolveFunctionRef(String, List<DataType>) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- resolveFunctionReference(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- resolveIdentifier(String, boolean) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveIfThenElse(If) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- resolveImplicitContext() - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
-
An implicit context is one where the context has the same name as a parameter.
- resolveIn(Expression, Expression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveIn(Expression, Expression, DateTimePrecision) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveIncludeAlias(VersionedIdentifier) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveIncludeAlias(VersionedIdentifier) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- resolveIncludedIn(Expression, Expression, DateTimePrecision) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveIncludeRef(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveIncludeRef(String) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- resolveIncludes(Expression, Expression, DateTimePrecision) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveInInvocation(Expression, Expression, DateTimePrecision) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveIntersect(Expression, Expression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveInvocation(String, String, Invocation) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveInvocation(String, String, Invocation, boolean, boolean) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveInvocation(String, String, Invocation, boolean, boolean, boolean) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveLabel(String) - Method in class org.cqframework.cql.cql2elm.model.Model
- resolveLabel(String, String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveLet(String) - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- resolveLibrary(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveLibrary(VersionedIdentifier) - Method in class org.cqframework.cql.cql2elm.LibraryManager
- resolveLibrary(VersionedIdentifier, List<CqlCompilerException>) - Method in class org.cqframework.cql.cql2elm.LibraryManager
- resolveLibrary(VersionedIdentifier, List<CqlCompilerException>, LibraryManager.CacheMode) - Method in class org.cqframework.cql.cql2elm.LibraryManager
- resolveLibrary(VersionedIdentifier, LibraryManager.CacheMode) - Method in class org.cqframework.cql.cql2elm.LibraryManager
- resolveLibraryName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- resolveLibraryReference(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- resolveMemberIdentifier(String) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- resolveMethod(Expression, String, cqlParser.ParamListContext, boolean) - Method in class org.cqframework.cql.cql2elm.SystemMethodResolver
- resolveModel(String) - Method in class org.cqframework.cql.cql2elm.ModelManager
- resolveModel(String, String) - Method in class org.cqframework.cql.cql2elm.ModelManager
- resolveModel(ModelIdentifier) - Method in class org.cqframework.cql.cql2elm.ModelManager
- resolveModelByUri(String) - Method in class org.cqframework.cql.cql2elm.ModelManager
- resolveModelReference(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- resolveNamespaceUri(String, boolean) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveNaryCall(String, String, NaryExpression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveOperator(CallContext, ConversionMap) - Method in class org.cqframework.cql.cql2elm.model.OperatorMap
- resolveParameterName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- resolveParameterRef(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveParameterRef(String) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- resolveParameterReference(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- resolvePath(DataType, String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveProperContains(Expression, Expression, DateTimePrecision) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveProperContainsInvocation(Expression, Expression, DateTimePrecision) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveProperIn(Expression, Expression, DateTimePrecision) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveProperIncludedIn(Expression, Expression, DateTimePrecision) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveProperIncludes(Expression, Expression, DateTimePrecision) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveProperInInvocation(Expression, Expression, DateTimePrecision) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveProperty(DataType, String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveProperty(DataType, String, boolean) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveQualifiedIdentifier(List<String>) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- resolveSystemFunction(FunctionRef) - Method in class org.cqframework.cql.cql2elm.SystemFunctionResolver
- resolveTernaryCall(String, String, TernaryExpression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveToInterval(Expression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveToList(Expression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveTypeName(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveTypeName(String) - Method in class org.cqframework.cql.cql2elm.model.Model
- resolveTypeName(String, String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveTypeSpecifier(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveUnaryCall(String, String, UnaryExpression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveUnion(Expression, Expression) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveUsingRef(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveUsingRef(String) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- resolveValuesetName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- resolveValueSetRef(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- resolveValueSetRef(String) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- resolveValuesetReference(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- resultTypesEnabled() - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- ResultWithPossibleError<T> - Class in org.cqframework.cql.cql2elm
-
Indicate either a populated result or the presence of an error that prevented the result from being created.
- RoundInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- RoundInvocation(Round) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.RoundInvocation
- run(File) - Method in class org.cqframework.cql.cql2elm.CqlCompiler
- run(InputStream) - Method in class org.cqframework.cql.cql2elm.CqlCompiler
- run(String) - Method in class org.cqframework.cql.cql2elm.CqlCompiler
- run(CharStream) - Method in class org.cqframework.cql.cql2elm.CqlCompiler
S
- saveCurrentContext(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- score() - Method in enum class org.cqframework.cql.cql2elm.model.ConversionMap.ConversionScore
- setAccessLevel(AccessModifier) - Method in class org.cqframework.cql.cql2elm.model.Operator
- setAllowFluent(boolean) - Method in class org.cqframework.cql.cql2elm.model.OperatorResolution
- setAnalyzeDataRequirements(boolean) - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Set new analyzeDataRequirements boolean
- setClassInfo(ClassInfo) - Method in class org.cqframework.cql.cql2elm.model.ClassDetail
- setCode(String) - Method in class org.cqframework.cql.cql2elm.CqlCapability
- setCollapseDataRequirements(boolean) - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Set new collapseDataRequirements boolean
- setCompatibilityLevel(String) - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Set new compatibilityLevel
- setCompatibilityLevel(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- setContext(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.ContextDefinitionInfo
- setContext(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.ExpressionDefinitionInfo
- setContext(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.FunctionDefinitionInfo
- setConversions(Iterable<Conversion>) - Method in class org.cqframework.cql.cql2elm.model.OperatorResolution
- setConversions(Conversion[]) - Method in class org.cqframework.cql.cql2elm.model.OperatorResolution
- setCqlCompilerOptions(CqlCompilerOptions) - Method in class org.cqframework.cql.cql2elm.CqlTranslatorOptions
- setCurrentContext(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- setDateFieldsFromOperands(Date, List<Expression>) - Static method in class org.cqframework.cql.cql2elm.model.invocation.DateInvocation
- setDateTimeFieldsFromOperands(DateTime, List<Expression>) - Static method in class org.cqframework.cql.cql2elm.model.invocation.DateTimeInvocation
- setDefinition(String) - Method in class org.cqframework.cql.cql2elm.CqlCapability
- setDefinition(ParseTree) - Method in class org.cqframework.cql.cql2elm.preprocessor.BaseInfo
- setDefinition(cqlParser.CodeDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CodeDefinitionInfo
- setDefinition(cqlParser.CodesystemDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CodesystemDefinitionInfo
- setDefinition(cqlParser.ConceptDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.ConceptDefinitionInfo
- setDefinition(cqlParser.ContextDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.ContextDefinitionInfo
- setDefinition(cqlParser.ExpressionDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.ExpressionDefinitionInfo
- setDefinition(cqlParser.IncludeDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.IncludeDefinitionInfo
- setDefinition(cqlParser.LibraryDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- setDefinition(cqlParser.ParameterDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.ParameterDefinitionInfo
- setDefinition(cqlParser.UsingDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.UsingDefinitionInfo
- setDefinition(cqlParser.ValuesetDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.ValuesetDefinitionInfo
- setDisplay(String) - Method in class org.cqframework.cql.cql2elm.CqlCapability
- setElement(Element) - Method in class org.cqframework.cql.cql2elm.model.Chunk
- setEnableCqlOnly(boolean) - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Set new enableCqlOnly boolean
- setErrorLevel(CqlCompilerException.ErrorSeverity) - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Set new errorLevel (CqlTranslatorException.ErrorSeverity)
- setExternal(boolean) - Method in class org.cqframework.cql.cql2elm.model.Operator
- setFluent(boolean) - Method in class org.cqframework.cql.cql2elm.model.Operator
- setFormats(Set<CqlTranslatorOptions.Format>) - Method in class org.cqframework.cql.cql2elm.CqlTranslatorOptions
- setFunctionDef(FunctionDef) - Method in class org.cqframework.cql.cql2elm.model.Operator
- setHeader(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.BaseInfo
- setHeaderChunk(boolean) - Method in class org.cqframework.cql.cql2elm.model.Chunk
- setHeaderInterval(Interval) - Method in class org.cqframework.cql.cql2elm.preprocessor.BaseInfo
- setIdentifier(VersionedIdentifier) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- setImplicitContextCreated(boolean) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- setIncludeDeprecatedElements(boolean) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- setInterval(Interval) - Method in class org.cqframework.cql.cql2elm.model.Chunk
- setIsCompiled() - Method in class org.cqframework.cql.cql2elm.model.FunctionHeader
- setIsImplicit(boolean) - Method in class org.cqframework.cql.cql2elm.model.Conversion
- setIsImplicit(boolean) - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- setLeft(Expression) - Method in class org.cqframework.cql.cql2elm.model.TimingOperatorContext
- setLibrary(Library) - Method in class org.cqframework.cql.cql2elm.model.CompiledLibrary
- setLibrary(Library) - Method in class org.cqframework.cql.cql2elm.model.serialization.LibraryWrapper
- setLibraryIdentifier(VersionedIdentifier) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- setLibraryIdentifier(VersionedIdentifier) - Method in class org.cqframework.cql.cql2elm.model.OperatorResolution
- setLibraryName(String) - Method in class org.cqframework.cql.cql2elm.model.LibraryRef
- setLibraryName(String) - Method in class org.cqframework.cql.cql2elm.model.Operator
- setLibraryName(String) - Method in class org.cqframework.cql.cql2elm.model.OperatorResolution
- setLibraryName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- setLocalName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.IncludeDefinitionInfo
- setLocalName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.UsingDefinitionInfo
- setModelClass(TupleType) - Method in class org.cqframework.cql.cql2elm.model.ClassDetail
- setName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.CodeDefinitionInfo
- setName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.CodesystemDefinitionInfo
- setName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.ConceptDefinitionInfo
- setName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.ExpressionDefinitionInfo
- setName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.FunctionDefinitionInfo
- setName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.IncludeDefinitionInfo
- setName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.ParameterDefinitionInfo
- setName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.UsingDefinitionInfo
- setName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.ValuesetDefinitionInfo
- setNamespaceManager(NamespaceManager) - Method in class org.cqframework.cql.cql2elm.ModelInfoLoader
- setNamespaceManager(NamespaceManager) - Method in class org.cqframework.cql.cql2elm.PriorityLibrarySourceLoader
- setNamespaceManager(NamespaceManager) - Method in class org.cqframework.cql.cql2elm.quick.FhirLibrarySourceProvider
- setNamespaceName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.IncludeDefinitionInfo
- setNamespaceName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- setNamespaceName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.UsingDefinitionInfo
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.AggregateExpressionInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.AnyInCodeSystemInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.AnyInValueSetInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.BinaryExpressionInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.CombineInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.ConvertInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.DateInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.DateTimeInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.FirstInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.FunctionRefInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.InCodeSystemInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.IndexOfInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.InValueSetInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.LastInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.LastPositionOfInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.MessageInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.NaryExpressionInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.PositionOfInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.RoundInvocation
- setOperands(Iterable<Expression>) - Method in interface org.cqframework.cql.cql2elm.model.Invocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.SkipInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.SplitInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.SplitOnMatchesInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.SubstringInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.TailInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.TakeInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.TernaryExpressionInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.TimeInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.UnaryExpressionInvocation
- setOperands(Iterable<Expression>) - Method in class org.cqframework.cql.cql2elm.model.invocation.ZeroOperandExpressionInvocation
- setOperator(Operator) - Method in class org.cqframework.cql.cql2elm.model.Conversion
- setOperator(Operator) - Method in class org.cqframework.cql.cql2elm.model.OperatorResolution
- setOperatorHasOverloads() - Method in class org.cqframework.cql.cql2elm.model.OperatorResolution
- setOptions(CqlCompilerOptions.Options...) - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Set arbitrary number of options
- setPath(Path) - Method in class org.cqframework.cql.cql2elm.DefaultLibrarySourceProvider
- setPath(Path) - Method in class org.cqframework.cql.cql2elm.DefaultModelInfoProvider
- setPath(Path) - Method in class org.cqframework.cql.cql2elm.ModelInfoLoader
- setPath(Path) - Method in interface org.cqframework.cql.cql2elm.PathAware
- setPath(Path) - Method in class org.cqframework.cql.cql2elm.PriorityLibrarySourceLoader
- setPreCompileOutput(FunctionHeader) - Method in class org.cqframework.cql.cql2elm.preprocessor.FunctionDefinitionInfo
- setResolution(OperatorResolution) - Method in class org.cqframework.cql.cql2elm.model.invocation.AbstractExpressionInvocation
- setResolution(OperatorResolution) - Method in class org.cqframework.cql.cql2elm.model.invocation.FunctionRefInvocation
- setResolution(OperatorResolution) - Method in interface org.cqframework.cql.cql2elm.model.Invocation
- setResultElementType(DataType) - Method in class org.cqframework.cql.cql2elm.model.QueryContext
- setResultType(DataType) - Method in class org.cqframework.cql.cql2elm.model.invocation.AbstractExpressionInvocation
- setResultType(DataType) - Method in interface org.cqframework.cql.cql2elm.model.Invocation
- setResultType(DataType) - Method in class org.cqframework.cql.cql2elm.model.Operator
- setRight(Expression) - Method in class org.cqframework.cql.cql2elm.model.TimingOperatorContext
- setRootCause(Exception) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- setScore(int) - Method in class org.cqframework.cql.cql2elm.model.OperatorResolution
- setSignature(Iterable<TypeSpecifier>) - Method in class org.cqframework.cql.cql2elm.model.invocation.AggregateExpressionInvocation
- setSignature(Iterable<TypeSpecifier>) - Method in class org.cqframework.cql.cql2elm.model.invocation.FunctionRefInvocation
- setSignature(Iterable<TypeSpecifier>) - Method in class org.cqframework.cql.cql2elm.model.invocation.OperatorExpressionInvocation
- setSignature(Iterable<TypeSpecifier>) - Method in interface org.cqframework.cql.cql2elm.model.Invocation
- setSignatureLevel(LibraryBuilder.SignatureLevel) - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Set new signatureLevel (LibraryBuilder.SignatureLevel)
- setSinceVersion(String) - Method in class org.cqframework.cql.cql2elm.CqlCapability
- setTimeFieldsFromOperands(Time, List<Expression>) - Static method in class org.cqframework.cql.cql2elm.model.invocation.TimeInvocation
- setUcumService(UcumService) - Method in class org.cqframework.cql.cql2elm.LibraryManager
- setUpToVersion(String) - Method in class org.cqframework.cql.cql2elm.CqlCapability
- setValidateUnits(boolean) - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Set new validateUnits boolean
- setVerifyOnly(boolean) - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Set new verifyOnly boolean
- setVersion(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.IncludeDefinitionInfo
- setVersion(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- setVersion(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.UsingDefinitionInfo
- Signature - Class in org.cqframework.cql.cql2elm.model
- Signature(DataType...) - Constructor for class org.cqframework.cql.cql2elm.model.Signature
- SimpleConversion - Enum constant in enum class org.cqframework.cql.cql2elm.model.ConversionMap.ConversionScore
- SkipInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
-
Created by Bryn on 5/17/2017.
- SkipInvocation(Slice) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.SkipInvocation
- SplitInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- SplitInvocation(Split) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.SplitInvocation
- SplitOnMatchesInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- SplitOnMatchesInvocation(SplitOnMatches) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.SplitOnMatchesInvocation
- StringEscapeUtils - Class in org.cqframework.cql.cql2elm
-
Created by Bryn on 3/22/2017.
- StringEscapeUtils() - Constructor for class org.cqframework.cql.cql2elm.StringEscapeUtils
- StringLibrarySourceProvider - Class in org.cqframework.cql.cql2elm
-
This class implements the LibrarySourceProvider API, using a set of strings representing CQL library content as a source.
- StringLibrarySourceProvider(List<String>) - Constructor for class org.cqframework.cql.cql2elm.StringLibrarySourceProvider
- stripLeading(String) - Static method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- SubstringInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- SubstringInvocation(Substring) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.SubstringInvocation
- SubType - Enum constant in enum class org.cqframework.cql.cql2elm.model.ConversionMap.ConversionScore
- subTypeOf(DataType, DataType) - Static method in class org.cqframework.cql.cql2elm.DataTypes
- superTypeOf(DataType, DataType) - Static method in class org.cqframework.cql.cql2elm.DataTypes
- supportsOperator(String, String, DataType...) - Method in class org.cqframework.cql.cql2elm.model.OperatorMap
- SystemFunctionResolver - Class in org.cqframework.cql.cql2elm
- SystemFunctionResolver(LibraryBuilder, IdObjectFactory) - Constructor for class org.cqframework.cql.cql2elm.SystemFunctionResolver
- SystemLibraryHelper - Class in org.cqframework.cql.cql2elm.model
- SystemLibraryHelper() - Constructor for class org.cqframework.cql.cql2elm.model.SystemLibraryHelper
- SystemMethodResolver - Class in org.cqframework.cql.cql2elm
-
Created by Bryn on 12/27/2016.
- SystemMethodResolver(Cql2ElmVisitor, LibraryBuilder) - Constructor for class org.cqframework.cql.cql2elm.SystemMethodResolver
- SystemModel - Class in org.cqframework.cql.cql2elm.model
- SystemModel(ModelInfo) - Constructor for class org.cqframework.cql.cql2elm.model.SystemModel
T
- TailInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
-
Created by Bryn on 5/17/2017.
- TailInvocation(Slice) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.TailInvocation
- TakeInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
-
Created by Bryn on 5/17/2017.
- TakeInvocation(Slice) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.TakeInvocation
- TargetMapVisitor - Class in org.cqframework.cql.cql2elm.targetmap
- TargetMapVisitor() - Constructor for class org.cqframework.cql.cql2elm.targetmap.TargetMapVisitor
- TernaryExpressionInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- TernaryExpressionInvocation(TernaryExpression) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.TernaryExpressionInvocation
- TimeInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- TimeInvocation(Time) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.TimeInvocation
- TimingOperatorContext - Class in org.cqframework.cql.cql2elm.model
- TimingOperatorContext() - Constructor for class org.cqframework.cql.cql2elm.model.TimingOperatorContext
- TimingOperatorContext(Expression, Expression) - Constructor for class org.cqframework.cql.cql2elm.model.TimingOperatorContext
- ToClassOperator - Class in org.cqframework.cql.cql2elm.model
- ToClassOperator(String, Signature, DataType, TypeParameter...) - Constructor for class org.cqframework.cql.cql2elm.model.ToClassOperator
- toELM() - Method in class org.cqframework.cql.cql2elm.CqlTranslator
- toFile(String, CqlTranslatorOptions) - Static method in class org.cqframework.cql.cql2elm.CqlTranslatorOptionsMapper
- toJson() - Method in class org.cqframework.cql.cql2elm.CqlTranslator
- tokenStream - Variable in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- toObject() - Method in class org.cqframework.cql.cql2elm.CqlCompiler
- toObject() - Method in class org.cqframework.cql.cql2elm.CqlTranslator
- toRetrieves() - Method in class org.cqframework.cql.cql2elm.CqlCompiler
- toRetrieves() - Method in class org.cqframework.cql.cql2elm.CqlTranslator
- toSource(Object) - Static method in class org.cqframework.cql.cql2elm.LibraryReaderUtil
-
Creates
Sourcefrom various JSON representation. - toString() - Method in class org.cqframework.cql.cql2elm.CqlCapability
- toString() - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
- toString() - Method in class org.cqframework.cql.cql2elm.IdentifierContext
- toString() - Method in class org.cqframework.cql.cql2elm.model.FunctionHeader
- toString() - Method in class org.cqframework.cql.cql2elm.model.Signature
- toString() - Method in class org.cqframework.cql.cql2elm.model.Version
- toString() - Method in class org.cqframework.cql.cql2elm.preprocessor.FunctionDefinitionInfo
- ToTupleOperator - Class in org.cqframework.cql.cql2elm.model
- ToTupleOperator(String, Signature, DataType, TypeParameter...) - Constructor for class org.cqframework.cql.cql2elm.model.ToTupleOperator
- toWriter(Writer, CqlTranslatorOptions) - Static method in class org.cqframework.cql.cql2elm.CqlTranslatorOptionsMapper
- toXml() - Method in class org.cqframework.cql.cql2elm.CqlTranslator
- TypeBuilder - Class in org.cqframework.cql.cql2elm
- TypeBuilder(IdObjectFactory, ModelManager) - Constructor for class org.cqframework.cql.cql2elm.TypeBuilder
- TypeBuilder(IdObjectFactory, ModelResolver) - Constructor for class org.cqframework.cql.cql2elm.TypeBuilder
- TypeBuilder.InternalModelResolver - Class in org.cqframework.cql.cql2elm
U
- UnaryExpressionInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- UnaryExpressionInvocation(UnaryExpression) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.UnaryExpressionInvocation
- UNESCAPE_CQL - Static variable in class org.cqframework.cql.cql2elm.StringEscapeUtils
- unescapeCql(String) - Static method in class org.cqframework.cql.cql2elm.StringEscapeUtils
- unregisterModelInfoProvider(ModelInfoProvider) - Method in class org.cqframework.cql.cql2elm.ModelInfoLoader
- UsingDefinitionInfo - Class in org.cqframework.cql.cql2elm.preprocessor
- UsingDefinitionInfo() - Constructor for class org.cqframework.cql.cql2elm.preprocessor.UsingDefinitionInfo
V
- validateFreeAndBoundParameters(ClassType, ClassInfo) - Method in class org.cqframework.cql.cql2elm.model.ModelImporter
-
Method checks to see if a class' parameters covers its parent parameters.
- validateUnit(String) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- valueOf(String) - Static method in enum class org.cqframework.cql.cql2elm.CqlCompilerException.ErrorSeverity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.cqframework.cql.cql2elm.CqlCompilerOptions.Options
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.cqframework.cql.cql2elm.CqlTranslator.Format
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.cqframework.cql.cql2elm.CqlTranslatorOptions.Format
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.cqframework.cql.cql2elm.elm.ElmEdit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.cqframework.cql.cql2elm.LibraryBuilder.IdentifierScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.cqframework.cql.cql2elm.LibraryBuilder.SignatureLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.cqframework.cql.cql2elm.LibraryContentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.cqframework.cql.cql2elm.LibraryManager.CacheMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.cqframework.cql.cql2elm.model.ConversionMap.ConversionScore
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.cqframework.cql.cql2elm.CqlCompilerException.ErrorSeverity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.cqframework.cql.cql2elm.CqlCompilerOptions.Options
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.cqframework.cql.cql2elm.CqlTranslator.Format
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.cqframework.cql.cql2elm.CqlTranslatorOptions.Format
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.cqframework.cql.cql2elm.elm.ElmEdit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.cqframework.cql.cql2elm.LibraryBuilder.IdentifierScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.cqframework.cql.cql2elm.LibraryBuilder.SignatureLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.cqframework.cql.cql2elm.LibraryContentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.cqframework.cql.cql2elm.LibraryManager.CacheMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.cqframework.cql.cql2elm.model.ConversionMap.ConversionScore
-
Returns an array containing the constants of this enum class, in the order they are declared.
- ValuesetDefinitionInfo - Class in org.cqframework.cql.cql2elm.preprocessor
- ValuesetDefinitionInfo() - Constructor for class org.cqframework.cql.cql2elm.preprocessor.ValuesetDefinitionInfo
- verifyCast(DataType, DataType) - Static method in class org.cqframework.cql.cql2elm.DataTypes
- verifyComparable(DataType) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- verifyType(DataType, DataType) - Static method in class org.cqframework.cql.cql2elm.DataTypes
- verifyType(DataType, DataType) - Method in class org.cqframework.cql.cql2elm.LibraryBuilder
- Version - Class in org.cqframework.cql.cql2elm.model
-
Implements a comparable version for use in comparing CQL artifact versions.
- Version(String) - Constructor for class org.cqframework.cql.cql2elm.model.Version
- visit(ParseTree) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- visitAccessModifier(cqlParser.AccessModifierContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitAdditionExpressionTerm(cqlParser.AdditionExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitAggregateClause(cqlParser.AggregateClauseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitAggregateExpressionTerm(cqlParser.AggregateExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitAliasedQuerySource(cqlParser.AliasedQuerySourceContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitAndExpression(cqlParser.AndExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitBeforeOrAfterIntervalOperatorPhrase(cqlParser.BeforeOrAfterIntervalOperatorPhraseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitBetweenExpression(cqlParser.BetweenExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitBooleanExpression(cqlParser.BooleanExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitBooleanLiteral(cqlParser.BooleanLiteralContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitCaseExpressionItem(cqlParser.CaseExpressionItemContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitCaseExpressionTerm(cqlParser.CaseExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitCastExpression(cqlParser.CastExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitChoiceTypeSpecifier(cqlParser.ChoiceTypeSpecifierContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- visitCodeDefinition(cqlParser.CodeDefinitionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitCodeDefinition(cqlParser.CodeDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- visitCodeIdentifier(cqlParser.CodeIdentifierContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitCodeSelector(cqlParser.CodeSelectorContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitCodesystemDefinition(cqlParser.CodesystemDefinitionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitCodesystemDefinition(cqlParser.CodesystemDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- visitCodesystemIdentifier(cqlParser.CodesystemIdentifierContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitConceptDefinition(cqlParser.ConceptDefinitionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitConceptDefinition(cqlParser.ConceptDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- visitConceptSelector(cqlParser.ConceptSelectorContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitConcurrentWithIntervalOperatorPhrase(cqlParser.ConcurrentWithIntervalOperatorPhraseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitContextDefinition(cqlParser.ContextDefinitionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitContextDefinition(cqlParser.ContextDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- visitConversionExpressionTerm(cqlParser.ConversionExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitDateLiteral(cqlParser.DateLiteralContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitDateTimeLiteral(cqlParser.DateTimeLiteralContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitDifferenceBetweenExpression(cqlParser.DifferenceBetweenExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitDifferenceExpressionTerm(cqlParser.DifferenceExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitDurationBetweenExpression(cqlParser.DurationBetweenExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitDurationExpressionTerm(cqlParser.DurationExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitElementExtractorExpressionTerm(cqlParser.ElementExtractorExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitEndsIntervalOperatorPhrase(cqlParser.EndsIntervalOperatorPhraseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitEqualityExpression(cqlParser.EqualityExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitExistenceExpression(cqlParser.ExistenceExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitExpressionDefinition(cqlParser.ExpressionDefinitionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitExpressionDefinition(cqlParser.ExpressionDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- visitExternalConstant(cqlParser.ExternalConstantContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitFunction(cqlParser.FunctionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitFunctionBody(cqlParser.FunctionBodyContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitFunctionDefinition(cqlParser.FunctionDefinitionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitFunctionDefinition(cqlParser.FunctionDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- visitIfThenElseExpressionTerm(cqlParser.IfThenElseExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitImpliesExpression(cqlParser.ImpliesExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitIncludeDefinition(cqlParser.IncludeDefinitionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitIncludeDefinition(cqlParser.IncludeDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- visitIncludedInIntervalOperatorPhrase(cqlParser.IncludedInIntervalOperatorPhraseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitIncludesIntervalOperatorPhrase(cqlParser.IncludesIntervalOperatorPhraseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitIndexedExpressionTerm(cqlParser.IndexedExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitInequalityExpression(cqlParser.InequalityExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitInFixSetExpression(cqlParser.InFixSetExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitInstanceElementSelector(cqlParser.InstanceElementSelectorContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitInstanceSelector(cqlParser.InstanceSelectorContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitIntervalSelector(cqlParser.IntervalSelectorContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitIntervalTypeSpecifier(cqlParser.IntervalTypeSpecifierContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- visitInvocationExpressionTerm(cqlParser.InvocationExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitLetClause(cqlParser.LetClauseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitLetClauseItem(cqlParser.LetClauseItemContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitLibrary(cqlParser.LibraryContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitLibrary(cqlParser.LibraryContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- visitLibraryDefinition(cqlParser.LibraryDefinitionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitLibraryDefinition(cqlParser.LibraryDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- visitListSelector(cqlParser.ListSelectorContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitListTypeSpecifier(cqlParser.ListTypeSpecifierContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- visitLongNumberLiteral(cqlParser.LongNumberLiteralContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitMeetsIntervalOperatorPhrase(cqlParser.MeetsIntervalOperatorPhraseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitMemberInvocation(cqlParser.MemberInvocationContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitMembershipExpression(cqlParser.MembershipExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitMultiplicationExpressionTerm(cqlParser.MultiplicationExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitNamedTypeSpecifier(cqlParser.NamedTypeSpecifierContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitNamedTypeSpecifier(cqlParser.NamedTypeSpecifierContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- visitNotExpression(cqlParser.NotExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitNullLiteral(cqlParser.NullLiteralContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitNumberLiteral(cqlParser.NumberLiteralContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitOrExpression(cqlParser.OrExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitOverlapsIntervalOperatorPhrase(cqlParser.OverlapsIntervalOperatorPhraseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitParameterDefinition(cqlParser.ParameterDefinitionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitParameterDefinition(cqlParser.ParameterDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- visitParenthesizedTerm(cqlParser.ParenthesizedTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitPointExtractorExpressionTerm(cqlParser.PointExtractorExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitPolarityExpressionTerm(cqlParser.PolarityExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitPowerExpressionTerm(cqlParser.PowerExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitPredecessorExpressionTerm(cqlParser.PredecessorExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitQualifiedFunction(cqlParser.QualifiedFunctionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitQualifiedIdentifier(cqlParser.QualifiedIdentifierContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitQualifiedIdentifier(cqlParser.QualifiedIdentifierContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- visitQualifiedIdentifierExpression(cqlParser.QualifiedIdentifierExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitQualifiedIdentifierExpression(cqlParser.QualifiedIdentifierExpressionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- visitQualifiedMemberInvocation(cqlParser.QualifiedMemberInvocationContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitQuantity(cqlParser.QuantityContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitQuery(cqlParser.QueryContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitQuerySource(cqlParser.QuerySourceContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitRatio(cqlParser.RatioContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitRetrieve(cqlParser.RetrieveContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitReturnClause(cqlParser.ReturnClauseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitSetAggregateExpressionTerm(cqlParser.SetAggregateExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitSimpleNumberLiteral(cqlParser.SimpleNumberLiteralContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitSimplePathIndexer(cqlParser.SimplePathIndexerContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitSimplePathQualifiedIdentifier(cqlParser.SimplePathQualifiedIdentifierContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitSimplePathReferentialIdentifier(cqlParser.SimplePathReferentialIdentifierContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitSimpleStringLiteral(cqlParser.SimpleStringLiteralContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitSortByItem(cqlParser.SortByItemContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitSortClause(cqlParser.SortClauseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitSortDirection(cqlParser.SortDirectionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitSourceClause(cqlParser.SourceClauseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitStartingClause(cqlParser.StartingClauseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitStartsIntervalOperatorPhrase(cqlParser.StartsIntervalOperatorPhraseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitStringLiteral(cqlParser.StringLiteralContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitSuccessorExpressionTerm(cqlParser.SuccessorExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitTermExpression(cqlParser.TermExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitTerminal(TerminalNode) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitTerminal(TerminalNode) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- visitThisInvocation(cqlParser.ThisInvocationContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitTimeBoundaryExpressionTerm(cqlParser.TimeBoundaryExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitTimeLiteral(cqlParser.TimeLiteralContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitTimeUnitExpressionTerm(cqlParser.TimeUnitExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitTimingExpression(cqlParser.TimingExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitTupleElementDefinition(cqlParser.TupleElementDefinitionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitTupleElementDefinition(cqlParser.TupleElementDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- visitTupleElementSelector(cqlParser.TupleElementSelectorContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitTupleSelector(cqlParser.TupleSelectorContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitTupleTypeSpecifier(cqlParser.TupleTypeSpecifierContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
- visitTypeExpression(cqlParser.TypeExpressionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitTypeExtentExpressionTerm(cqlParser.TypeExtentExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitUsingDefinition(cqlParser.UsingDefinitionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitUsingDefinition(cqlParser.UsingDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- visitValuesetDefinition(cqlParser.ValuesetDefinitionContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitValuesetDefinition(cqlParser.ValuesetDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessor
- visitWhereClause(cqlParser.WhereClauseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitWidthExpressionTerm(cqlParser.WidthExpressionTermContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitWithClause(cqlParser.WithClauseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitWithinIntervalOperatorPhrase(cqlParser.WithinIntervalOperatorPhraseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
- visitWithoutClause(cqlParser.WithoutClauseContext) - Method in class org.cqframework.cql.cql2elm.Cql2ElmVisitor
W
- Warning - Enum constant in enum class org.cqframework.cql.cql2elm.CqlCompilerException.ErrorSeverity
- withAccessLevel(AccessModifier) - Method in class org.cqframework.cql.cql2elm.model.Operator
- withAnalyzeDataRequirements(boolean) - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
git Return this instance of CqlTranslatorOptions with addition of newly assigned analyzedDataRequirements boolean
- withCollapseDataRequirements(boolean) - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Return this instance of CqlTranslatorOptions with addition of newly assigned collapseDataRequirements boolean
- withCompatibilityLevel(String) - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Return this instance of CqlTranslatorOptions with addition of newly assigned compatibilityLevel
- withCqlCompilerOptions(CqlCompilerOptions) - Method in class org.cqframework.cql.cql2elm.CqlTranslatorOptions
- withDefinition(cqlParser.CodeDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CodeDefinitionInfo
- withDefinition(cqlParser.CodesystemDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.CodesystemDefinitionInfo
- withDefinition(cqlParser.ConceptDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.ConceptDefinitionInfo
- withDefinition(cqlParser.ExpressionDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.ExpressionDefinitionInfo
- withDefinition(cqlParser.IncludeDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.IncludeDefinitionInfo
- withDefinition(cqlParser.LibraryDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- withDefinition(cqlParser.ParameterDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.ParameterDefinitionInfo
- withDefinition(cqlParser.UsingDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.UsingDefinitionInfo
- withDefinition(cqlParser.ValuesetDefinitionContext) - Method in class org.cqframework.cql.cql2elm.preprocessor.ValuesetDefinitionInfo
- withElement(Element) - Method in class org.cqframework.cql.cql2elm.model.Chunk
- withError() - Static method in class org.cqframework.cql.cql2elm.ResultWithPossibleError
- withErrorLevel(CqlCompilerException.ErrorSeverity) - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Return this instance of CqlTranslatorOptions with addition of newly assigned errorLevel (CqlTranslatorException.ErrorSeverity)
- withExternal(boolean) - Method in class org.cqframework.cql.cql2elm.model.Operator
- withFluent(boolean) - Method in class org.cqframework.cql.cql2elm.model.Operator
- withFormats(Set<CqlTranslatorOptions.Format>) - Method in class org.cqframework.cql.cql2elm.CqlTranslatorOptions
- withFunctionDef(FunctionDef) - Method in class org.cqframework.cql.cql2elm.model.Operator
- withInterval(Interval) - Method in class org.cqframework.cql.cql2elm.model.Chunk
- withIsHeaderChunk(boolean) - Method in class org.cqframework.cql.cql2elm.model.Chunk
- withLibraryName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- withLocalName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.IncludeDefinitionInfo
- withLocalName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.UsingDefinitionInfo
- withName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.CodeDefinitionInfo
- withName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.CodesystemDefinitionInfo
- withName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.ConceptDefinitionInfo
- withName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.ExpressionDefinitionInfo
- withName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.FunctionDefinitionInfo
- withName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.IncludeDefinitionInfo
- withName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.ParameterDefinitionInfo
- withName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.UsingDefinitionInfo
- withName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.ValuesetDefinitionInfo
- withNamespaceName(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.UsingDefinitionInfo
- withOptions(CqlCompilerOptions.Options...) - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Return this instance of CqlTranslatorOptions using new collection of arbitrary number of options
- withReturnType(FunctionDef, TypeSpecifier) - Static method in class org.cqframework.cql.cql2elm.model.FunctionHeader
- withSignatureLevel(LibraryBuilder.SignatureLevel) - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Return this instance of CqlTranslatorOptions with addition of newly assigned signatureLevel (LibraryBuilder.SignatureLevel)
- withTypeSpecifier(T) - Static method in class org.cqframework.cql.cql2elm.ResultWithPossibleError
- withValidateUnits(boolean) - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Return this instance of CqlTranslatorOptions with addition of newly assigned validateUnits boolean
- withVerifyOnly(boolean) - Method in class org.cqframework.cql.cql2elm.CqlCompilerOptions
-
Return this instance of CqlTranslatorOptions with addition of newly assigned verifyOnly boolean
- withVersion(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.IncludeDefinitionInfo
- withVersion(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.LibraryInfo
- withVersion(String) - Method in class org.cqframework.cql.cql2elm.preprocessor.UsingDefinitionInfo
- wrapNarrative(Narrative) - Static method in class org.cqframework.cql.cql2elm.preprocessor.CqlPreprocessorElmCommonVisitor
X
- XML - Enum constant in enum class org.cqframework.cql.cql2elm.CqlTranslator.Format
- XML - Enum constant in enum class org.cqframework.cql.cql2elm.CqlTranslatorOptions.Format
- XML - Enum constant in enum class org.cqframework.cql.cql2elm.LibraryContentType
Z
- ZeroOperandExpressionInvocation - Class in org.cqframework.cql.cql2elm.model.invocation
- ZeroOperandExpressionInvocation(OperatorExpression) - Constructor for class org.cqframework.cql.cql2elm.model.invocation.ZeroOperandExpressionInvocation
All Classes and Interfaces|All Packages|Serialized Form