@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprMatch
Interface: PhpExprMatch
Represents a PHP match expression.
Extends
Properties
arms
ts
readonly arms: PhpMatchArm[];attributes
ts
readonly attributes: PhpAttributes;Inherited from
cond
ts
readonly cond: PhpExpr;nodeType
ts
readonly nodeType: "Expr_Match";