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

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

Issue 1199303002: Mark more code as deprecated (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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/analyzer/lib/src/generated/element.dart ('k') | pkg/analyzer/lib/src/generated/html.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/generated/engine.dart
diff --git a/pkg/analyzer/lib/src/generated/engine.dart b/pkg/analyzer/lib/src/generated/engine.dart
index 27e3f9a7e76fc8de8d03d404868291159a73d640..7f2eaf110315baaeb531b7b3fb73f25d8279ec01 100644
--- a/pkg/analyzer/lib/src/generated/engine.dart
+++ b/pkg/analyzer/lib/src/generated/engine.dart
@@ -2271,6 +2271,7 @@ class AnalysisContextImpl implements InternalAnalysisContext {
}
@override
+ @deprecated
ht.HtmlUnit parseHtmlUnit(Source source) =>
_getHtmlParseData(source, HtmlEntry.PARSED_UNIT, null);
@@ -6025,6 +6026,7 @@ abstract class AnalysisListener {
/**
* Reports that the given HTML [source] was parsed in the given [context].
*/
+ @deprecated
void parsedHtml(AnalysisContext context, Source source, ht.HtmlUnit unit);
/**
@@ -6036,6 +6038,7 @@ abstract class AnalysisListener {
/**
* Reports that the given HTML [source] was resolved in the given [context].
*/
+ @deprecated
void resolvedHtml(AnalysisContext context, Source source, ht.HtmlUnit unit);
}
@@ -6938,6 +6941,7 @@ abstract class ChangeNotice implements AnalysisErrorInfo {
* The fully resolved HTML AST that changed as a result of the analysis, or
* `null` if the AST was not changed.
*/
+ @deprecated
ht.HtmlUnit get resolvedHtmlUnit;
/**
@@ -6976,6 +6980,7 @@ class ChangeNoticeImpl implements ChangeNotice {
* The fully resolved HTML AST that changed as a result of the analysis, or
* `null` if the AST was not changed.
*/
+ @deprecated
ht.HtmlUnit resolvedHtmlUnit;
/**
« no previous file with comments | « pkg/analyzer/lib/src/generated/element.dart ('k') | pkg/analyzer/lib/src/generated/html.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698