Skip to main content

Ens.BPL.Node

class Ens.BPL.Node extends %Library.RegisteredObject

This class is an internal detail of the implementation of the BPL Compiler Represents a node in the parse tree

Property Inventory

Method Inventory

Properties

property Parent as Ens.BPL.Node;
This holds a reference to the parent node of this node. Only the root node of the parse tree will have no parent
Property methods: ParentGet(), ParentGetSwizzled(), ParentIsValid(), ParentNewObject(), ParentSet()

Methods

method DisplayName() as %String
Provide a user readable string which identifies this node
method GenerateCode(pCompiler As Ens.BPL.Compiler) as %Status
method GenerateXML(pStream As %BinaryStream) as %Status
method NormalizeAttribute(pAttr)
Normalize Attribute
method Validate(ByRef pStatus As %Status, pContext As Ens.BPL.ValidationContext) as %Status
Perform a sanity check on the nodes in the parse tree

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab