Checks if the value of this node is a Definition.
public function isDefinition() : bool { return $this->value instanceof Definition; }