@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpStmtSwitch
Interface: PhpStmtSwitch
Represents a PHP switch statement.
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
cases
ts
readonly cases: PhpStmtCase[];cond
ts
readonly cond: PhpExpr;nodeType
ts
readonly nodeType: "Stmt_Switch";