Visitor.dispatch

Allows calling the visit() method with a null node.

  1. Node dispatch(Node n)
  2. Node dispatch(Node n, NodeKind k)
    class Visitor
    dispatch
    (
    ,
    NodeKind k
    )

Meta