Class: RegexpTree::Elt

Inherits:
RegexpTree show all
Defined in:
lib/regexptree.rb

Direct Known Subclasses

CharClass, Paren, Special

Constant Summary

Constants inherited from RegexpTree

EmptySequence, EmptySet

Method Summary

Methods inherited from RegexpTree

#*, #+, alt, backref, charclass, #closure, #empty_sequence?, #empty_set?, #group, inherited, #inspect, linebeg, lineend, #lookahead, #negative_lookahead, non_word_boundary, #nongreedy_closure, #nongreedy_ntimes, #nongreedy_optional, #nongreedy_positive_closure, #nongreedy_rep, #ntimes, #optional, #paren, #parenthesize, #positive_closure, #pretty_print, previous_match, #regexp, #rep, rep, seq, str, strbeg, strend, strlineend, #to_s, word_boundary, #|