class
BoolMatch
Check boolean conditions in matching expressions.
Properties
new BoolMatch()
Developers never istantiate the BoolMatch class: only use its static properties.
- Extends
- Matcher
- See also
- MatchExpression
- NumberMatch
- StringMatch
Properties
constant static
EQUALS BoolMatch
An instance of BoolMatch representing the following condition: bool1 == bool2.
constant static
NOT_EQUALS BoolMatch
An instance of BoolMatch representing the following condition: bool1 != bool2.
read-only
symbol unknown
Returns the condition symbol of this matcher.
- Inherited from
- Matcher#symbol
read-only
type unknown
Returns the type id of this matcher.
- Inherited from
- Matcher#type