class School::Not
- School::Not
- School::Expression
- Reference
- Object
Overview
A "not" expression.
Included Modules
Defined in:
school/rule/expression.crConstructors
- .new(target : Matcher, name : String | Nil = nil)
- .new(target : DomainTypes, name : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#match(value : DomainTypes) : Result
Matches the expression to a value.
- #target : School::Matcher