Returns the built enum case node.
Stmt\EnumCase The built constant node
Overrides Builder::getNode
public function getNode() : PhpParser\Node { return new Stmt\EnumCase($this->name, $this->value, $this->attributeGroups, $this->attributes); }