visitComment method

void visitComment(
  1. Comment node
)
inherited

Implementation

void visitComment(Comment node) => visitNodeFallback(node);