Module: Regexp::Syntax::Token

Included in:
Base
Defined in:
lib/regexp_parser/syntax/tokens.rb,
lib/regexp_parser/syntax/tokens.rb,
lib/regexp_parser/syntax/tokens/keep.rb,
lib/regexp_parser/syntax/tokens/meta.rb,
lib/regexp_parser/syntax/tokens/group.rb,
lib/regexp_parser/syntax/tokens/anchor.rb,
lib/regexp_parser/syntax/tokens/escape.rb,
lib/regexp_parser/syntax/tokens/backref.rb,
lib/regexp_parser/syntax/tokens/assertion.rb,
lib/regexp_parser/syntax/tokens/quantifier.rb,
lib/regexp_parser/syntax/tokens/conditional.rb,
lib/regexp_parser/syntax/tokens/posix_class.rb,
lib/regexp_parser/syntax/tokens/character_set.rb,
lib/regexp_parser/syntax/tokens/character_type.rb,
lib/regexp_parser/syntax/tokens/unicode_property.rb

Defined Under Namespace

Modules: Anchor, Assertion, Backreference, CharacterSet, CharacterType, Conditional, Escape, FreeSpace, Group, Keep, Literal, Meta, PosixClass, Quantifier, SubexpressionCall, UnicodeProperty

Constant Summary collapse

Map =
{}
All =
Map.values.flatten.uniq.sort.freeze
Types =
Map.keys.freeze