class

Logos::PatternAST::CharClass

Inherits Logos::PatternAST::Node < Reference < Object

Character class (e.g., [a-z], [^a-z], \d, \w, .)

Constructors

new(kind : Kind, ranges : Array(Range(Char, Char)) | Nil = nil)
Source

Instance methods

kind
Source
ranges
Source

Nested types