Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: pkg/front_end/lib/src/fasta/source/source_library_builder.dart

Issue 2792453003: Remove classMembers getter. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/source/source_library_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/source/source_library_builder.dart b/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
index 06b798baa5cd545be6de5f2d1fe3b82b2c24126b..630b90239b93cadfb746c79b77a52a2f5cb43f85 100644
--- a/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
+++ b/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
@@ -86,13 +86,6 @@ abstract class SourceLibraryBuilder<T extends TypeBuilder, R>
List<T> get types => libraryDeclaration.types;
- /// When parsing a class, this returns a map of its members (that have been
- /// parsed so far).
- Map<String, MemberBuilder> get classMembers {
- assert(currentDeclaration.parent == libraryDeclaration);
- return currentDeclaration.members;
- }
-
T addNamedType(String name, List<T> arguments, int charOffset);
T addMixinApplication(T supertype, List<T> mixins, int charOffset);
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698