/home/techb158/ileadtechnology.com/SSM/vendor/nikic/php-parser/lib/PhpParser/Node/Expr
Edit: /home/techb158/ileadtechnology.com/SSM/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php (630B)
attributes = $attributes;
$this->expr = $expr;
}
public function getSubNodeNames() : array {
return ['expr'];
}
public function getType() : string {
return 'Expr_Eval';
}
}