class Regexp::Expression::Base

def quantified?

def quantified?
  !quantifier.nil?
end