/home/techb158/ileadtechnology.com/SSM/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt
Edit: /home/techb158/ileadtechnology.com/SSM/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php (658B)
attributes = $attributes;
$this->stmts = $stmts;
}
public function getSubNodeNames() : array {
return ['stmts'];
}
public function getType() : string {
return 'Stmt_Else';
}
}