cpr.bind.BindContext

Bind context

Index

Methods
Name Return Type Description
evaluate Object Executes the expression in this binding context.
evaluateExpr Object Executes the expression in this binding context.

Methods

evaluate(expression)
Executes the expression in this binding context.
Parameters
name type description
expression String Expression to be executed.
return Object
evaluateExpr(expression)
Executes the expression in this binding context.
Parameters
name type description
expression Expression Expression to be executed.
return Object