Constructs an instanceof check node.
Expr $expr Expression:
Name|Expr $class Class name:
array<string, mixed> $attributes Additional attributes:
public function __construct(Expr $expr, Node $class, array $attributes = []) { $this->attributes = $attributes; $this->expr = $expr; $this->class = $class; }