Skip to main content

EnsLib.EDI.SEF.NodeList

class EnsLib.EDI.SEF.NodeList extends %Library.ListOfObjects, EnsLib.EDI.SEF.Node

Method Inventory

Parameters

parameter ELEMENTTYPE = EnsLib.EDI.SEF.Node;
The type (class name) of the elements stored in the collection.
parameter TEXTDELIMITER;

Methods

method GenerateDescriptor(pCompiler As EnsLib.EDI.SEF.Compiler) as %Status
Inherited description: This method is overriden by subclasses to generate the code that this node represents
method GenerateText(pStream As %CharacterStream) as %Status
Inherited description: This method is override by subclases to generate the textual representation of this node
method GetSegment(pTable As %Integer, pOrdinal As %Integer, pSegName As %String, Output pSegment As EnsLib.EDI.SEF.Segment) as %String
method IsGroup() as %Boolean
In general, nodes are NOT groups
method Validate(ByRef pStatus As %Status) 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