%DeepSee.WorksheetEngine
abstract class %DeepSee.WorksheetEngine extends %Library.RegisteredObject
Server-side implementation and utilities for Worksheet formulae.Method Inventory
Parameters
parameter DOMAIN = %DeepSee;
Methods
classmethod %EvalExpression(ByRef pErr As %String, pContext As %String, ByRef tree As %String, node As %String = "") as %String
Evaluates part of the parse tree.
pContext is the object variable containing runtime context.
Returns "" for error (assumes that parse tree has already been checked)
pContext is the object variable containing runtime context.
Returns "" for error (assumes that parse tree has already been checked)
classmethod %GenExpression(ByRef pErr As %String, pContext As %String, ByRef tree As %String, node As %String = "") as %String
Generate an executable COS expression for part of the parse tree
context is the name of the object variable containing runtime context.
Returns "" for error (assumes that parse tree has already been checked) NOT USED
context is the name of the object variable containing runtime context.
Returns "" for error (assumes that parse tree has already been checked) NOT USED
Inherited Members
Inherited 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()