Description
Provides common expression-tree behavior: child-parent hierarchy, bind lifecycle, value storage, change emission, and transaction-manager integration.
API Reference
Internal runtime base class for parser node implementations (Identifier, Member, Binary, Function, and others). It owns bind/evaluate lifecycle and commit wiring.
Provides common expression-tree behavior: child-parent hierarchy, bind lifecycle, value storage, change emission, and transaction-manager integration.
Current node evaluation result type.
Parent expression value type.
Services/owner/rules used to bind an expression to a model context.
bind(...) returns the bound AbstractExpression instance.
evaluate(...) returns T | undefined.