visitIf method

bool? visitIf(
  1. IfStatement node
)
inherited

Implementation

T? visitIf(IfStatement node) => defaultNode(node);