Package org.hl7.cql.model
Interface InstantiationContext
-
public interface InstantiationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<IntervalType>getIntervalConversionTargets(DataType callType)java.lang.Iterable<ListType>getListConversionTargets(DataType callType)java.lang.Iterable<SimpleType>getSimpleConversionTargets(DataType callType)DataTypeinstantiate(TypeParameter parameter)booleanisInstantiable(TypeParameter parameter, DataType callType)
-
-
-
Method Detail
-
isInstantiable
boolean isInstantiable(TypeParameter parameter, DataType callType)
-
instantiate
DataType instantiate(TypeParameter parameter)
-
getSimpleConversionTargets
java.lang.Iterable<SimpleType> getSimpleConversionTargets(DataType callType)
-
getIntervalConversionTargets
java.lang.Iterable<IntervalType> getIntervalConversionTargets(DataType callType)
-
-