Class CallContext

java.lang.Object
org.cqframework.cql.cql2elm.model.CallContext

public class CallContext extends Object
  • Constructor Details

    • CallContext

      public CallContext(String libraryName, String operatorName, boolean allowPromotionAndDemotion, boolean allowFluent, boolean mustResolve, org.hl7.cql.model.DataType... signature)
  • Method Details

    • getLibraryName

      public String getLibraryName()
    • getOperatorName

      public String getOperatorName()
    • getSignature

      public Signature getSignature()
    • getAllowPromotionAndDemotion

      public boolean getAllowPromotionAndDemotion()
    • getAllowFluent

      public boolean getAllowFluent()
    • getMustResolve

      public boolean getMustResolve()