Class: Regexp::Expression::CharacterSubSet

Inherits:
CharacterSet show all
Defined in:
lib/regexp_parser/expression/classes/set.rb

Instance Attribute Summary

Attributes inherited from CharacterSet

#members

Attributes inherited from Base

#conditional_level, #level, #options, #quantifier, #set_level, #text, #token, #ts, #type

Method Summary

Methods inherited from CharacterSet

#<<, #clone, #close, #closed?, #each, #each_with_index, #expand_members, #include?, #initialize, #length, #negate, #negative?, #to_s

Methods inherited from Base

#ascii_classes?, #case_insensitive?, #clone, #coded_offset, #default_classes?, #free_spacing?, #full_length, #greedy?, #initialize, #is?, #match, #matches?, #multiline?, #offset, #one_of?, #possessive?, #quantified?, #quantify, #quantity, #reluctant?, #starts_at, #strfregexp, #terminal?, #to_h, #to_re, #to_s, #type?, #unicode_classes?

Constructor Details

This class inherits a constructor from Regexp::Expression::CharacterSet