/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/Expression.php (717B)
attributes = $attributes;
$this->expr = $expr;
}
public function getSubNodeNames() : array {
return ['expr'];
}
public function getType() : string {
return 'Stmt_Expression';
}
}