Ens.DTL.CaseNode

abstract class Ens.DTL.CaseNode extends Ens.DTL.Action

Common superclass for nodes which can be direct children of switch statement

Property Inventory

Method Inventory

Properties

property Actions as Ens.DTL.ActionList;
This holds the activities to be performed for this case
Property methods: ActionsGet(), ActionsGetSwizzled(), ActionsIsValid(), ActionsNewObject(), ActionsSet()

Methods

method GenerateCode(pCompiler As Ens.DTL.Compiler) as %Status

Inherited Members

Inherited Properties

Inherited Methods

Subclasses