canHandle abstract method

bool canHandle(
  1. Node node
)

Determines if this visitor can handle the given node type

Implementation

bool canHandle(Node node);