Files
sdk/pkg/front_end/lib/src/builder
Johnni Winther 27952c5368 [cfe] Remove ConstructorDeclarationBuilder
This interface is no longer needed since SourceConstructorBuilder is the
only implementation.

Change-Id: Ic6426d4c0dbc3820e460a1e4fdc69f323c763885
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/432942
Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2025-06-04 04:21:24 -07:00
..
2025-05-13 01:15:33 -07:00
2025-05-13 01:15:33 -07:00

Builder

A program element is any part of a program excluding method bodies (but including local variables). Examples of program elements includes classes, methods, typedefs, etc.

A builder is a representation of a program element that is being constructed, either from source or dill file.

The builders in this directory are supposed to capture the common behavior shared between builders specific for source or dill.