visitThis method

bool? visitThis(
  1. ThisExpression node
)
inherited

Implementation

T? visitThis(ThisExpression node) => defaultNode(node);