HS.Util.CodeGeneration
abstract class HS.Util.CodeGeneration
Duplicated from %IPM.Utils.CodeGeneration There are some HS classes that use code generation class which HS.Local class might extend and would need access to that code during compile time. Since we cannot guarentee IPM code in application namespaces, we should move the code generation code into HC.Util so can be used accross HS application code.Method Inventory
Methods
classmethod CheckCompiledClassValidityAgainstAbstractClass(pCompiledClassToCheck As %Dictionary.CompiledClass, pClassNameToCheckAgainst As %String) as %Status
Checks if the necessary abstract methods and parameters have implementations in non abstract subclasses