Extends
Members
(constant) EQUALS :NumberMatch
Represents the number1 == number2 condition.
Type:
(constant) GREATER_THAN :NumberMatch
Represents the number1 > number2 condition.
Type:
(constant) GREATER_THAN_OR_EQUAL_TO :NumberMatch
Represents the number1 >= number2 condition.
Type:
(constant) LESS_THAN :NumberMatch
Represents the number1 < number2 condition.
Type:
(constant) LESS_THAN_OR_EQUAL_TO :NumberMatch
Represents the number1 <= number2 condition.
Type:
(constant) NOT_EQUALS :NumberMatch
Represents the number1 != number2 condition.
Type:
(readonly) symbol :string
Condition symbol of the matcher.
Type:
- string
- Overrides
(readonly) type :number
Type identifier of the matcher.
Type:
- number
- Overrides