Global

Members

(readonly) expression :object

Get internal expression.
Type:
  • object
Source:

Methods

change(o)

Allow for changing the internal expression.
Parameters:
Name Type Description
o object Expression to change
Source:

check(s) → {boolean}

Check if expression is valid, given a state.
Parameters:
Name Type Description
s State State to used to check expressions
Source:
Returns:
If the expression is valid or not
Type
boolean