MatchAstNode
MatchAstNode =
object
Defined in: ast.ts:88
AST node representing a conditional match operation. Selects execution path based on predicate evaluation.
Properties
Section titled “Properties”
readonlycases:PredicateAst[]
Defined in: ast.ts:94
Ordered list of predicates to evaluate
readonlyid:NodeId
Defined in: ast.ts:90
Unique node identifier
readonlykind:"match"
Defined in: ast.ts:92
Discriminator for node type