Skip to main content

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