Class ConversionContext
java.lang.Object
org.cqframework.cql.cql2elm.model.ConversionContext
Created by Bryn on 6/25/2018.
-
Constructor Summary
ConstructorsConstructorDescriptionConversionContext(org.hl7.cql.model.DataType fromType, org.hl7.cql.model.DataType toType, boolean isImplicit, OperatorMap operatorMap) -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.cql.model.DataTypebooleanorg.hl7.cql.model.DataType
-
Constructor Details
-
ConversionContext
public ConversionContext(org.hl7.cql.model.DataType fromType, org.hl7.cql.model.DataType toType, boolean isImplicit, OperatorMap operatorMap)
-
-
Method Details
-
getFromType
public org.hl7.cql.model.DataType getFromType() -
getToType
public org.hl7.cql.model.DataType getToType() -
getIsImplicit
public boolean getIsImplicit() -
getOperatorMap
-