class Ens.BPL.CompilerThread
extends %RegisteredObject
This class represents a thread of control within a BPL process and is a detail of implementation of the
BPL compiler. Users never need to interact with this class directly
method AddBranch(pLabel As %String, pState As %String)
Add a branch to the current scope
method AddLabel(pLabel As %String, pState As %String)
Add a label to the current scope
method GenerateCode(pCompiler As Ens.BPL.Compiler)
as %Status
Generate the code for the current scope
method PopLabelScope()
Pop the label scope
method PushLabelScope()
Push a new scope