visitSwitch method

  1. @override
void visitSwitch(
  1. SwitchStmt node
)
override

Implementation

@override
void visitSwitch(SwitchStmt node) {
  node.subAccept(this);
}