NumberMatch

Represents numeric conditions in matching expressions.

Extends

Members

(constant) EQUALS :NumberMatch

Represents the number1 == number2 condition.

(constant) GREATER_THAN :NumberMatch

Represents the number1 > number2 condition.

(constant) GREATER_THAN_OR_EQUAL_TO :NumberMatch

Represents the number1 >= number2 condition.

(constant) LESS_THAN :NumberMatch

Represents the number1 < number2 condition.

(constant) LESS_THAN_OR_EQUAL_TO :NumberMatch

Represents the number1 <= number2 condition.

(constant) NOT_EQUALS :NumberMatch

Represents the number1 != number2 condition.

(readonly) symbol :string

Condition symbol of the matcher.
Type:
  • string

(readonly) type :number

Type identifier of the matcher.
Type:
  • number
Overrides