Skip to main content

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