@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprCastString
Interface: PhpExprCastString
Represents a PHP string cast expression (e.g., (string) $var).
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
expr
ts
readonly expr: PhpExpr;nodeType
ts
readonly nodeType: "Expr_Cast_String";