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 (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
property Path as %String [ Calculated ];
Property methods: PathDisplayToLogical(), PathGet(), PathIsValid(), PathLogicalToDisplay(), PathLogicalToOdbc(), PathNormalize()
Methods (Including Private)
method CurrentContext() as Ens.DataType.CodeContext [ Language = objectscript ]
This method returns the current context by examining the
context 'Path' to return the innermost recognized code context
method PathGet() as %String [ Language = objectscript ]
Return the context path as a string
method Pop() [ Language = objectscript ]
This method pops an item off the stack, if the stack is empty
an underflow exception will be thrown
method Push(Item As %String) [ Language = objectscript ]
This method pushes an item onto the stack
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- Empty()
- Peek()
- Top()