visitThis method

T? visitThis(
  1. ThisExpression node
)
override

Implementation

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