class

Sheety::Tokens::IntersectOperator

Inherits Sheety::Tokens::Operator < Sheety::Token < Reference < Object

Intersection operator (space between ranges)

Constants

INTERSECT_REGEX = /^\s*(?P<name>\s)\s*/

Class methods

match?(s : String) : Regex::MatchData | Nil
Source

Instance methods

compile

Compile the token to executable code

Source
match(s : String) : Regex::MatchData | Nil

Try to match the token pattern against the input string

Source
process(match : Regex::MatchData) : Nil

Process the match result and populate attributes

Source
set_expr(*tokens : Token) : Nil
Source