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

Unified Diff: pkg/analyzer/lib/src/generated/source.dart

Issue 107833002: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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/analyzer/lib/src/generated/scanner.dart ('k') | pkg/analyzer/lib/src/generated/source_io.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/generated/source.dart
diff --git a/pkg/analyzer/lib/src/generated/source.dart b/pkg/analyzer/lib/src/generated/source.dart
index f817d7bff918f2de5f242094192d7112a616c8da..215980756819e226df34b614a9817c3fddea35b0 100644
--- a/pkg/analyzer/lib/src/generated/source.dart
+++ b/pkg/analyzer/lib/src/generated/source.dart
@@ -17,18 +17,18 @@ abstract class LocalSourcePredicate {
/**
* Instance of [LocalSourcePredicate] that always returns `false`.
*/
- static final LocalSourcePredicate _FALSE = new LocalSourcePredicate_15();
+ static final LocalSourcePredicate FALSE = new LocalSourcePredicate_15();
/**
* Instance of [LocalSourcePredicate] that always returns `true`.
*/
- static final LocalSourcePredicate _TRUE = new LocalSourcePredicate_16();
+ static final LocalSourcePredicate TRUE = new LocalSourcePredicate_16();
/**
* Instance of [LocalSourcePredicate] that returns `true` for all [Source]s
* except of SDK.
*/
- static final LocalSourcePredicate _NOT_SDK = new LocalSourcePredicate_17();
+ static final LocalSourcePredicate NOT_SDK = new LocalSourcePredicate_17();
/**
* Determines if the given [Source] is local.
@@ -87,7 +87,7 @@ class SourceFactory {
SourceFactory.con1(ContentCache contentCache, List<UriResolver> resolvers) {
this.contentCache = contentCache;
this._resolvers = resolvers;
- this._localSourcePredicate = LocalSourcePredicate._NOT_SDK;
+ this._localSourcePredicate = LocalSourcePredicate.NOT_SDK;
}
/**
« no previous file with comments | « pkg/analyzer/lib/src/generated/scanner.dart ('k') | pkg/analyzer/lib/src/generated/source_io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698