Returns the built class node.
Stmt\ClassConst The built constant node
Overrides Builder::getNode
public function getNode() : PhpParser\Node { return new Stmt\ClassConst($this->constants, $this->flags, $this->attributes, $this->attributeGroups, $this->type); }