class RuboCop::AST::NodePattern::LexerRex

def parse str

def parse str
  self.ss     = scanner_class.new str
  self.state  ||= nil
  do_parse
end