visitSwitch abstract method

T? visitSwitch(
  1. SwitchStatement node,
  2. A arg
)

Implementation

T? visitSwitch(SwitchStatement node, A arg);