class RuboCop::Ext::RegexpParser::Map

Source map for RegexpParser nodes

def initialize(expression, body:, quantifier: nil, begin_l: nil, end_l: nil)

def initialize(expression, body:, quantifier: nil, begin_l: nil, end_l: nil)
  @begin = begin_l
  @end = end_l
  @body = body
  @quantifier = quantifier
  super(expression)
end