@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpStmtWhile
Interface: PhpStmtWhile
Represents a PHP while loop statement.
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
cond
ts
readonly cond: PhpExpr;nodeType
ts
readonly nodeType: "Stmt_While";Overrides
stmts
ts
readonly stmts: PhpStmt[];