class RuboCop::AST::NodePattern::Compiler::Debug::Trace

def matched?(node_id)

return nil (not visited), false (not matched) or true (matched)
def matched?(node_id)
  @visit[node_id]
end