Class FunctionHeader

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

public class FunctionHeader extends Object
POJO for the result of a pre compile operation (AKA: partial compile of function headers)
  • Method Details

    • getFunctionDef

      public org.hl7.elm.r1.FunctionDef getFunctionDef()
    • getResultType

      public org.hl7.elm.r1.TypeSpecifier getResultType()
    • noReturnType

      public static FunctionHeader noReturnType(org.hl7.elm.r1.FunctionDef functionDef)
    • withReturnType

      public static FunctionHeader withReturnType(org.hl7.elm.r1.FunctionDef functionDef, org.hl7.elm.r1.TypeSpecifier resultType)
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getMangledName

      public String getMangledName()
    • getIsCompiled

      public boolean getIsCompiled()
    • setIsCompiled

      public void setIsCompiled()