Skip to main content

Ens.DTL.NodeList

abstract class Ens.DTL.NodeList extends %Library.ListOfObjects, Ens.DTL.Node

Base class for lists of homogeneous nodes

Method Inventory

Parameters

parameter ELEMENTTYPE = Ens.DTL.Node;
The type (class name) of the elements stored in the collection.

Methods

method GenerateCode(pCompiler As Ens.DTL.Compiler) as %Status
method GenerateXML(pStream As %BinaryStream) as %Status
method Validate(ByRef pStatus As %Status, pContext As Ens.DTL.ValidationContext) as %Status
Inherited description: Perform a sanity check on the nodes in the parse tree

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab