@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprInstanceof
Interface: PhpExprInstanceof
Represents a PHP instanceof expression (e.g., $object instanceof MyClass).
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
class
ts
readonly class: PhpExpr | PhpName;expr
ts
readonly expr: PhpExpr;nodeType
ts
readonly nodeType: "Expr_Instanceof";