Class FunctionHeader
java.lang.Object
org.cqframework.cql.cql2elm.model.FunctionHeader
POJO for the result of a pre compile operation (AKA: partial compile of function headers)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.hl7.elm.r1.FunctionDefbooleanorg.hl7.elm.r1.TypeSpecifierinthashCode()static FunctionHeadernoReturnType(org.hl7.elm.r1.FunctionDef functionDef) voidtoString()static FunctionHeaderwithReturnType(org.hl7.elm.r1.FunctionDef functionDef, org.hl7.elm.r1.TypeSpecifier resultType)
-
Method Details
-
getFunctionDef
public org.hl7.elm.r1.FunctionDef getFunctionDef() -
getResultType
public org.hl7.elm.r1.TypeSpecifier getResultType() -
noReturnType
-
withReturnType
public static FunctionHeader withReturnType(org.hl7.elm.r1.FunctionDef functionDef, org.hl7.elm.r1.TypeSpecifier resultType) -
equals
-
hashCode
public int hashCode() -
toString
-
getMangledName
-
getIsCompiled
public boolean getIsCompiled() -
setIsCompiled
public void setIsCompiled()
-