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