@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpStmtCase
Interface: PhpStmtCase
Represents a PHP case statement within a switch block.
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
cond
ts
readonly cond: PhpExpr | null;nodeType
ts
readonly nodeType: "Stmt_Case";Overrides
stmts
ts
readonly stmts: PhpStmt[];