Constructs an integer number scalar node.
int $value Value of the number:
array<string, mixed> $attributes Additional attributes:
public function __construct(int $value, array $attributes = []) { $this->attributes = $attributes; $this->value = $value; }