class Ens.DTL.Comment
extends Ens.DTL.Action
This is a container for an annotation which can comment the DTL without being attached
to a particular action
parameter TAGNAME = "comment";
method DisplayName()
as %String
Provide a user readable string which identifies this node
method GenerateCode(pCompiler As Ens.DTL.Compiler)
as %Status