Creates a constant fetch node.
string|Name $name Constant name:
public function constFetch($name) : Expr\ConstFetch { return new Expr\ConstFetch(BuilderHelpers::normalizeName($name)); }