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

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

Issue 185603002: Update and analyzer snapshot with AST -> Ast rename. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweak for analyzer version in 'intl' package. Created 6 years, 10 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
Index: pkg/analyzer/lib/src/generated/sdk.dart
diff --git a/pkg/analyzer/lib/src/generated/sdk.dart b/pkg/analyzer/lib/src/generated/sdk.dart
index 07a71dd5890efc642f4ed47ce789c56d2b9f64f4..46fe71d6899fbe39a8f11ee6fa6339eff874c29e 100644
--- a/pkg/analyzer/lib/src/generated/sdk.dart
+++ b/pkg/analyzer/lib/src/generated/sdk.dart
@@ -83,8 +83,6 @@ abstract class SdkLibrary {
/**
* Instances of the class `SdkLibrary` represent the information known about a single library
* within the SDK.
- *
- * @coverage dart.engine.sdk
*/
class SdkLibraryImpl implements SdkLibrary {
/**
@@ -195,7 +193,7 @@ class SdkLibraryImpl implements SdkLibrary {
}
}
-class SdkLibrariesReader_LibraryBuilder extends RecursiveASTVisitor<Object> {
+class SdkLibrariesReader_LibraryBuilder extends RecursiveAstVisitor<Object> {
/**
* The prefix added to the name of a library to form the URI used in code to reference the
* library.
@@ -311,8 +309,6 @@ class SdkLibrariesReader_LibraryBuilder extends RecursiveASTVisitor<Object> {
/**
* Instances of the class `LibraryMap` map Dart library URI's to the [SdkLibraryImpl
].
- *
- * @coverage dart.engine.sdk
*/
class LibraryMap {
/**
@@ -362,8 +358,6 @@ class LibraryMap {
/**
* Instances of the class `DartSdk` represent a Dart SDK installed in a specified location.
- *
- * @coverage dart.engine.sdk
*/
abstract class DartSdk {
/**

Powered by Google App Engine
This is Rietveld 408576698