Skip to main content

Ens.Rule.VirtualProperty

abstract class Ens.Rule.VirtualProperty extends %Library.RegisteredObject

Expression Parser for RuleSets.

Method Inventory

Methods

classmethod getAngleSyntax(pStream, pExpression, Output pStatus As %Status) as %String
This method evaluate the virtual property syntax: object.
classmethod getParenSyntax(object As %RegisteredObject, property As %String) as %String
This method evaluate the virtual property syntax: object.(property)
classmethod getSquareSyntax(object As %RegisteredObject, property As %String) as %String
This method evaluate the virtual property syntax: object.[property]

Inherited Members

Inherited Methods

FeedbackOpens in a new tab