module Regexp::Expression::Shared

def quantified?

def quantified?
  !quantifier.nil?
end