class Ens.DTL.Compiler
extends %RegisteredObject
This is the DTL Compiler. It it called primarily during the compilation
process of subclasses of Ens.DataTransformDTL that define a DTL XDATA block.
However, it can be called to directly compile a file or a stream containing DTL
These debug flags affect the diagnostic output of the compiler:-
^Ens.Debug("ShowGeneratedXML") - Displays xml reconstructed from the parse
tree to the current device
property ClassName
as %String;
This holds the name of the data transform class
property Implementation
as %RawString [ Transient ];
This holds the method implementation stream
property Indent
as %String [ InitialExpression = $char(9) ];
property Language
as %String;
This holds the language of the current compilation
property Transform
as Ens.DTL.Transform;
This holds the root of the Parse Tree