/home/techb158/dev.balacoffee.com/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt
Edit: /home/techb158/dev.balacoffee.com/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php (800B)
attributes = $attributes;
$this->cond = $cond;
$this->cases = $cases;
}
public function getSubNodeNames() : array {
return ['cond', 'cases'];
}
public function getType() : string {
return 'Stmt_Switch';
}
}