Skip to content

MatchAstNode

MatchAstNode = object

Defined in: ast.ts:88

AST node representing a conditional match operation. Selects execution path based on predicate evaluation.

readonly cases: PredicateAst[]

Defined in: ast.ts:94

Ordered list of predicates to evaluate


readonly id: NodeId

Defined in: ast.ts:90

Unique node identifier


readonly kind: "match"

Defined in: ast.ts:92

Discriminator for node type