visitProgram method

dynamic visitProgram(
  1. Program node
)
inherited

Implementation

T? visitProgram(Program node) => defaultNode(node);