Module: Regexp::Syntax::Token
- Included in:
- Ruby::V186, Ruby::V191, Ruby::V193
- 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/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, Quantifier, SubexpressionCall, UnicodeProperty
Constant Summary collapse
- Map =
{}
- All =
Map.map {|k,v| v}.flatten.uniq
- Types =
Map.keys