@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpStmtBreak
Interface: PhpStmtBreak
Represents a PHP break statement.
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
nodeType
ts
readonly nodeType: "Stmt_Break";Overrides
num
ts
readonly num: PhpExpr | null;