Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Ens.BPL.ContextStack

class Ens.BPL.ContextStack extends Ens.BPL.Stack

This class is an internal detail of the implementation of the BPL compiler.

Property Inventory

Method Inventory

Properties

property Path as %String [ Calculated ];
Property methods: PathDisplayToLogical(), PathIsValid(), PathLogicalToDisplay(), PathLogicalToOdbc(), PathNormalize()

Methods

method CurrentContext() as Ens.DataType.CodeContext
This method returns the current context by examining the context 'Path' to return the innermost recognized code context
method PathGet() as %String
Return the context path as a string
method Pop()
This method pops an item off the stack, if the stack is empty an underflow exception will be thrown
method Push(Item As %String)
This method pushes an item onto the stack

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab