27952c5368
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>
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.