Class ToClassOperator
java.lang.Object
org.cqframework.cql.cql2elm.model.Operator
org.cqframework.cql.cql2elm.model.GenericOperator
org.cqframework.cql.cql2elm.model.ToClassOperator
-
Constructor Summary
ConstructorsConstructorDescriptionToClassOperator(String name, Signature signature, org.hl7.cql.model.DataType resultType, org.hl7.cql.model.TypeParameter... typeParameters) -
Method Summary
Methods inherited from class org.cqframework.cql.cql2elm.model.GenericOperator
getTypeParameters, instantiate, instantiateMethods inherited from class org.cqframework.cql.cql2elm.model.Operator
fromFunctionDef, getAccessLevel, getExternal, getFluent, getFunctionDef, getLibraryName, getName, getResultType, getSignature, setAccessLevel, setExternal, setFluent, setFunctionDef, setLibraryName, setResultType, withAccessLevel, withExternal, withFluent, withFunctionDef
-
Constructor Details
-
ToClassOperator
-