Visitor2.dispatch

Calls the appropriate visit() method for a node.

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

Meta