Class

Kind Predicate

Abstract intermediate for boolean predicates that branch on the runtime kind of a value (IsReference / IsEmbedded / IsList). Each subclass shares the same `kindCheck` slot — an Expression whose evaluated value's kind is being inspected. Mirrors the BinaryComparison / BooleanLogic / UnaryNumericOp pattern from earlier minor versions.

Subclass Of
Expression

Referenced by

Domain

Subclass Of