Visitor2.dispatch

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

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

Meta