Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [Ens] >  [BPL] >  [CompilerThread]
Private  Storage   

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 6


Summary

Properties
CatchStack ClassDefinition

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
AddBranch AddLabel GenerateCode PopLabelScope
PushLabelScope


Properties

• property CatchStack as Ens.BPL.Stack;
• property ClassDefinition as %Dictionary.ClassDefinition;

Methods

• 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


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.