Skip to main content

Ens.BPL.CaseNode

abstract class Ens.BPL.CaseNode extends Ens.BPL.Node

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

Property Inventory

Method Inventory

Properties

property Activities as Ens.BPL.ActivityList;
This holds the activities to be performed for this case
Property methods: ActivitiesGet(), ActivitiesGetSwizzled(), ActivitiesIsValid(), ActivitiesNewObject(), ActivitiesSet()
property Name as %String;
This holds the name of the case
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()

Methods

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

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab