Skip to main content

Ens.BPL.NodeList

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

Base class for lists of homogeneous nodes

Method Inventory

Parameters

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

Methods

method GenerateCode(pCompiler As Ens.BPL.Compiler) as %Status
method GenerateXML(pStream As %BinaryStream) as %Status
method Validate(ByRef pStatus As %Status, pContext As Ens.BPL.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