Checks if the value of this node is an Alias.
public function isAlias() : bool { return $this->value instanceof Alias; }