| Index: pkg/compiler/lib/src/common_elements.dart
|
| diff --git a/pkg/compiler/lib/src/common_elements.dart b/pkg/compiler/lib/src/common_elements.dart
|
| index 9348ec0a40f95ce2d3ed7195780f597b0cf278ee..ec727022f86e0355efd9ecdf62f9815b0e78ed40 100644
|
| --- a/pkg/compiler/lib/src/common_elements.dart
|
| +++ b/pkg/compiler/lib/src/common_elements.dart
|
| @@ -1108,6 +1108,9 @@ abstract class ElementEnvironment {
|
| /// missing and [required];
|
| LibraryEntity lookupLibrary(Uri uri, {bool required: false});
|
|
|
| + /// Calls [f] for every class declared in [library].
|
| + void forEachClass(LibraryEntity library, void f(ClassEntity cls));
|
| +
|
| /// Lookup the class [name] in [library], fail if the class is missing and
|
| /// [required].
|
| ClassEntity lookupClass(LibraryEntity library, String name,
|
|
|