Inherits from NSObject
Conforms to IMatcher
Declared in BoolMatch.h
BoolMatch.m

Overview

This matcher is used in MatchExpressions to check boolean conditions

See MatchExpression

Tasks

Other Methods

Other Methods

Properties

symbol

Get the condition symbol of this matcher

@property (readonly) NSString *symbol

Discussion

Get the condition symbol of this matcher

Declared In

IMatcher.h

Class Methods

boolMatchEquals

Checks that Bool1 == Bool2

+ (BoolMatch *)boolMatchEquals

Discussion

Checks that Bool1 == Bool2

Declared In

BoolMatch.h

boolMatchNotEquals

Checks that Bool1 != Bool2

+ (BoolMatch *)boolMatchNotEquals

Discussion

Checks that Bool1 != Bool2

Declared In

BoolMatch.h

Instance Methods

type

Get the type of this matcher

- (NSInteger)type

Discussion

Get the type of this matcher

Declared In

IMatcher.h