visitWhile method

bool? visitWhile(
  1. WhileStatement node
)
inherited

Implementation

T? visitWhile(WhileStatement node) => defaultNode(node);