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

def enter(node_id)

def enter(node_id)
  @visit[node_id] = false
  true
end