Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Ens.DTL.Parser

class Ens.DTL.Parser extends %Library.RegisteredObject

This class parses the DTL source and returns the root of the parse tree that represents the Data Transform Class

Method Inventory

Methods

method CollectDTLErrors() as %Status
Collect Parser Errors into a single status value
method ParseStream(Output pTransform As Ens.DTL.Transform, pStream As %BinaryStream)
This is the test entry point to the parser
method parseAction(pAction As Ens.DTL.Action, pIndex As %Integer, Output pStartChild As %String)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab