visitSwitchCase abstract method

T visitSwitchCase(
  1. SwitchCase node,
  2. A arg
)

Implementation

T visitSwitchCase(SwitchCase node, A arg);