Sheety::Tokens::ComparisonOperator
Inherits Sheety::Tokens::Operator < Sheety::Token < Reference < Object
Comparison operators
Constants
COMPARISON_REGEX = /^\s*(?P<name>=|<>|<=|>=|<|>)/
Class methods
match?(s : String) : Regex::MatchData | Nil
SourceInstance methods
match(s : String) : Regex::MatchData | Nil
Try to match the token pattern against the input string
set_expr(*tokens : Token) : Nil
Source