SFS2X Objective-C API  1.7.13
iOS / macOS / tvOS
BoolMatch Class Reference

#import <BoolMatch.h>

Inherits NSObject, and <IMatcher>.

Instance Methods

(id) - initWithSymbol:
 

Class Methods

(BoolMatch *) + boolMatchEquals
 
(BoolMatch *) + boolMatchNotEquals
 

Properties

NSString * symbol
 

Detailed Description

This matcher is used in MatchExpressions to check boolean conditions

See also
MatchExpression

Method Documentation

◆ boolMatchEquals

+ (BoolMatch *) boolMatchEquals

Checks that Bool1 == Bool2

◆ boolMatchNotEquals

+ (BoolMatch *) boolMatchNotEquals

Checks that Bool1 != Bool2