class Regexp::Expression::Base

def greedy?

def greedy?
  quantified? and quantifier.greedy?
end