Visitor.dispatch

Calls the appropriate visit() method for a node.

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

Meta