Class CallContext
java.lang.Object
org.cqframework.cql.cql2elm.model.CallContext
-
Constructor Summary
ConstructorsConstructorDescriptionCallContext(String libraryName, String operatorName, boolean allowPromotionAndDemotion, boolean allowFluent, boolean mustResolve, org.hl7.cql.model.DataType... signature) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanboolean
-
Constructor Details
-
CallContext
-
-
Method Details
-
getLibraryName
-
getOperatorName
-
getSignature
-
getAllowPromotionAndDemotion
public boolean getAllowPromotionAndDemotion() -
getAllowFluent
public boolean getAllowFluent() -
getMustResolve
public boolean getMustResolve()
-