Class: PropertyValidationSemantics

PropertyValidationSemantics

new PropertyValidationSemantics()

Source:

Extends

  • Semantics

Members

blueprint

Deprecated:
  • Component description attached to this validation rule.
Source:

objectDescriptor

Component description attached to this validation rule.
Source:

Methods

compile(selector)

Compile the syntax tree into a function that can be used for evaluating this selector.
Parameters:
Name Type Description
selector Selector syntax
Source:
Returns:
function

initWithBlueprint(objectDescriptor)

Parameters:
Name Type Description
objectDescriptor ObjectDescriptor
Deprecated:
  • Create a new semantic evaluator with the object descriptor.
Source:
Returns:
itself

initWithObjectDescriptor(objectDescriptor)

Create a new semantic evaluator with the object descriptor.
Parameters:
Name Type Description
objectDescriptor ObjectDescriptor
Source:
Returns:
itself