class Regexp::Expression::Base

def quantified?

def quantified?
  not @quantifier.nil?
end