class Dentaku::TokenMatcher

def ==(token)

def ==(token)
  leaf_matcher? ? matches_token?(token) : any_child_matches_token?(token)
end