|
4 | 4 | // files in the tool/mustachio/ directory.
|
5 | 5 |
|
6 | 6 | // ignore_for_file: camel_case_types, deprecated_member_use_from_same_package
|
7 |
| -// ignore_for_file: unnecessary_cast, unused_element, unused_import, non_constant_identifier_names |
8 |
| -import 'package:analyzer/file_system/file_system.dart'; |
| 7 | +// ignore_for_file: unused_import |
9 | 8 | import 'package:dartdoc/dartdoc.dart';
|
10 | 9 | import 'package:dartdoc/src/generator/template_data.dart';
|
11 | 10 | import 'package:dartdoc/src/model/annotation.dart';
|
@@ -198,14 +197,6 @@ class _Renderer_Annotation extends RendererBase<Annotation> {
|
198 | 197 | }
|
199 | 198 | }
|
200 | 199 |
|
201 |
| -String _render_Object( |
202 |
| - Object context, List<MustachioNode> ast, Template template, |
203 |
| - {RendererBase<Object> parent}) { |
204 |
| - var renderer = _Renderer_Object(context, parent, template); |
205 |
| - renderer.renderBlock(ast); |
206 |
| - return renderer.buffer.toString(); |
207 |
| -} |
208 |
| - |
209 | 200 | class _Renderer_Object extends RendererBase<Object> {
|
210 | 201 | static final Map<Type, Object> _propertyMapCache = {};
|
211 | 202 | static Map<String, Property<CT_>> propertyMap<CT_ extends Object>() =>
|
@@ -4971,14 +4962,6 @@ class _Renderer_ElementType extends RendererBase<ElementType> {
|
4971 | 4962 | }
|
4972 | 4963 | }
|
4973 | 4964 |
|
4974 |
| -String _render_Privacy( |
4975 |
| - Privacy context, List<MustachioNode> ast, Template template, |
4976 |
| - {RendererBase<Object> parent}) { |
4977 |
| - var renderer = _Renderer_Privacy(context, parent, template); |
4978 |
| - renderer.renderBlock(ast); |
4979 |
| - return renderer.buffer.toString(); |
4980 |
| -} |
4981 |
| - |
4982 | 4965 | class _Renderer_Privacy extends RendererBase<Privacy> {
|
4983 | 4966 | static final Map<Type, Object> _propertyMapCache = {};
|
4984 | 4967 | static Map<String, Property<CT_>> propertyMap<CT_ extends Privacy>() =>
|
@@ -5009,14 +4992,6 @@ class _Renderer_Privacy extends RendererBase<Privacy> {
|
5009 | 4992 | }
|
5010 | 4993 | }
|
5011 | 4994 |
|
5012 |
| -String _render_Nameable( |
5013 |
| - Nameable context, List<MustachioNode> ast, Template template, |
5014 |
| - {RendererBase<Object> parent}) { |
5015 |
| - var renderer = _Renderer_Nameable(context, parent, template); |
5016 |
| - renderer.renderBlock(ast); |
5017 |
| - return renderer.buffer.toString(); |
5018 |
| -} |
5019 |
| - |
5020 | 4995 | class _Renderer_Nameable extends RendererBase<Nameable> {
|
5021 | 4996 | static final Map<Type, Object> _propertyMapCache = {};
|
5022 | 4997 | static Map<String, Property<CT_>> propertyMap<CT_ extends Nameable>() =>
|
@@ -5111,14 +5086,6 @@ class _Renderer_Nameable extends RendererBase<Nameable> {
|
5111 | 5086 | }
|
5112 | 5087 | }
|
5113 | 5088 |
|
5114 |
| -String _render_SourceCodeMixin( |
5115 |
| - SourceCodeMixin context, List<MustachioNode> ast, Template template, |
5116 |
| - {RendererBase<Object> parent}) { |
5117 |
| - var renderer = _Renderer_SourceCodeMixin(context, parent, template); |
5118 |
| - renderer.renderBlock(ast); |
5119 |
| - return renderer.buffer.toString(); |
5120 |
| -} |
5121 |
| - |
5122 | 5089 | class _Renderer_SourceCodeMixin extends RendererBase<SourceCodeMixin> {
|
5123 | 5090 | static final Map<Type, Object> _propertyMapCache = {};
|
5124 | 5091 | static Map<String, Property<CT_>> propertyMap<
|
@@ -5226,14 +5193,6 @@ class _Renderer_SourceCodeMixin extends RendererBase<SourceCodeMixin> {
|
5226 | 5193 | }
|
5227 | 5194 | }
|
5228 | 5195 |
|
5229 |
| -String _render_Indexable( |
5230 |
| - Indexable context, List<MustachioNode> ast, Template template, |
5231 |
| - {RendererBase<Object> parent}) { |
5232 |
| - var renderer = _Renderer_Indexable(context, parent, template); |
5233 |
| - renderer.renderBlock(ast); |
5234 |
| - return renderer.buffer.toString(); |
5235 |
| -} |
5236 |
| - |
5237 | 5196 | class _Renderer_Indexable extends RendererBase<Indexable> {
|
5238 | 5197 | static final Map<Type, Object> _propertyMapCache = {};
|
5239 | 5198 | static Map<String, Property<CT_>> propertyMap<CT_ extends Indexable>() =>
|
@@ -5307,14 +5266,6 @@ class _Renderer_Indexable extends RendererBase<Indexable> {
|
5307 | 5266 | }
|
5308 | 5267 | }
|
5309 | 5268 |
|
5310 |
| -String _render_FeatureSet( |
5311 |
| - FeatureSet context, List<MustachioNode> ast, Template template, |
5312 |
| - {RendererBase<Object> parent}) { |
5313 |
| - var renderer = _Renderer_FeatureSet(context, parent, template); |
5314 |
| - renderer.renderBlock(ast); |
5315 |
| - return renderer.buffer.toString(); |
5316 |
| -} |
5317 |
| - |
5318 | 5269 | class _Renderer_FeatureSet extends RendererBase<FeatureSet> {
|
5319 | 5270 | static final Map<Type, Object> _propertyMapCache = {};
|
5320 | 5271 | static Map<String, Property<CT_>> propertyMap<CT_ extends FeatureSet>() =>
|
@@ -5507,14 +5458,6 @@ class _Renderer_LanguageFeature extends RendererBase<LanguageFeature> {
|
5507 | 5458 | }
|
5508 | 5459 | }
|
5509 | 5460 |
|
5510 |
| -String _render_DocumentationComment( |
5511 |
| - DocumentationComment context, List<MustachioNode> ast, Template template, |
5512 |
| - {RendererBase<Object> parent}) { |
5513 |
| - var renderer = _Renderer_DocumentationComment(context, parent, template); |
5514 |
| - renderer.renderBlock(ast); |
5515 |
| - return renderer.buffer.toString(); |
5516 |
| -} |
5517 |
| - |
5518 | 5461 | class _Renderer_DocumentationComment
|
5519 | 5462 | extends RendererBase<DocumentationComment> {
|
5520 | 5463 | static final Map<Type, Object> _propertyMapCache = {};
|
@@ -5810,14 +5753,6 @@ class _Renderer_Documentable extends RendererBase<Documentable> {
|
5810 | 5753 | }
|
5811 | 5754 | }
|
5812 | 5755 |
|
5813 |
| -String _render_Canonicalization( |
5814 |
| - Canonicalization context, List<MustachioNode> ast, Template template, |
5815 |
| - {RendererBase<Object> parent}) { |
5816 |
| - var renderer = _Renderer_Canonicalization(context, parent, template); |
5817 |
| - renderer.renderBlock(ast); |
5818 |
| - return renderer.buffer.toString(); |
5819 |
| -} |
5820 |
| - |
5821 | 5756 | class _Renderer_Canonicalization extends RendererBase<Canonicalization> {
|
5822 | 5757 | static final Map<Type, Object> _propertyMapCache = {};
|
5823 | 5758 | static Map<String, Property<CT_>> propertyMap<
|
@@ -6469,14 +6404,6 @@ class _Renderer_CallableElementTypeMixin
|
6469 | 6404 | }
|
6470 | 6405 | }
|
6471 | 6406 |
|
6472 |
| -String _render_TypeParameters( |
6473 |
| - TypeParameters context, List<MustachioNode> ast, Template template, |
6474 |
| - {RendererBase<Object> parent}) { |
6475 |
| - var renderer = _Renderer_TypeParameters(context, parent, template); |
6476 |
| - renderer.renderBlock(ast); |
6477 |
| - return renderer.buffer.toString(); |
6478 |
| -} |
6479 |
| - |
6480 | 6407 | class _Renderer_TypeParameters extends RendererBase<TypeParameters> {
|
6481 | 6408 | static final Map<Type, Object> _propertyMapCache = {};
|
6482 | 6409 | static Map<String, Property<CT_>> propertyMap<CT_ extends TypeParameters>() =>
|
@@ -6865,14 +6792,6 @@ class _Renderer_Method extends RendererBase<Method> {
|
6865 | 6792 | }
|
6866 | 6793 | }
|
6867 | 6794 |
|
6868 |
| -String _render_ContainerMember( |
6869 |
| - ContainerMember context, List<MustachioNode> ast, Template template, |
6870 |
| - {RendererBase<Object> parent}) { |
6871 |
| - var renderer = _Renderer_ContainerMember(context, parent, template); |
6872 |
| - renderer.renderBlock(ast); |
6873 |
| - return renderer.buffer.toString(); |
6874 |
| -} |
6875 |
| - |
6876 | 6795 | class _Renderer_ContainerMember extends RendererBase<ContainerMember> {
|
6877 | 6796 | static final Map<Type, Object> _propertyMapCache = {};
|
6878 | 6797 | static Map<String, Property<CT_>> propertyMap<
|
@@ -8819,14 +8738,6 @@ class _Renderer_GetterSetterCombo extends RendererBase<GetterSetterCombo> {
|
8819 | 8738 | }
|
8820 | 8739 | }
|
8821 | 8740 |
|
8822 |
| -String _render_Categorization( |
8823 |
| - Categorization context, List<MustachioNode> ast, Template template, |
8824 |
| - {RendererBase<Object> parent}) { |
8825 |
| - var renderer = _Renderer_Categorization(context, parent, template); |
8826 |
| - renderer.renderBlock(ast); |
8827 |
| - return renderer.buffer.toString(); |
8828 |
| -} |
8829 |
| - |
8830 | 8741 | class _Renderer_Categorization extends RendererBase<Categorization> {
|
8831 | 8742 | static final Map<Type, Object> _propertyMapCache = {};
|
8832 | 8743 | static Map<String, Property<CT_>> propertyMap<CT_ extends Categorization>() =>
|
@@ -8979,14 +8890,6 @@ class _Renderer_Categorization extends RendererBase<Categorization> {
|
8979 | 8890 | }
|
8980 | 8891 | }
|
8981 | 8892 |
|
8982 |
| -String _render_ExtensionTarget( |
8983 |
| - ExtensionTarget context, List<MustachioNode> ast, Template template, |
8984 |
| - {RendererBase<Object> parent}) { |
8985 |
| - var renderer = _Renderer_ExtensionTarget(context, parent, template); |
8986 |
| - renderer.renderBlock(ast); |
8987 |
| - return renderer.buffer.toString(); |
8988 |
| -} |
8989 |
| - |
8990 | 8893 | class _Renderer_ExtensionTarget extends RendererBase<ExtensionTarget> {
|
8991 | 8894 | static final Map<Type, Object> _propertyMapCache = {};
|
8992 | 8895 | static Map<String, Property<CT_>> propertyMap<
|
@@ -10336,14 +10239,6 @@ class _Renderer_FunctionTypedef extends RendererBase<FunctionTypedef> {
|
10336 | 10239 | }
|
10337 | 10240 | }
|
10338 | 10241 |
|
10339 |
| -String _render_MarkdownFileDocumentation(MarkdownFileDocumentation context, |
10340 |
| - List<MustachioNode> ast, Template template, |
10341 |
| - {RendererBase<Object> parent}) { |
10342 |
| - var renderer = _Renderer_MarkdownFileDocumentation(context, parent, template); |
10343 |
| - renderer.renderBlock(ast); |
10344 |
| - return renderer.buffer.toString(); |
10345 |
| -} |
10346 |
| - |
10347 | 10242 | class _Renderer_MarkdownFileDocumentation
|
10348 | 10243 | extends RendererBase<MarkdownFileDocumentation> {
|
10349 | 10244 | static final Map<Type, Object> _propertyMapCache = {};
|
@@ -10507,14 +10402,6 @@ class _Renderer_MarkdownFileDocumentation
|
10507 | 10402 | }
|
10508 | 10403 | }
|
10509 | 10404 |
|
10510 |
| -String _render_TopLevelContainer( |
10511 |
| - TopLevelContainer context, List<MustachioNode> ast, Template template, |
10512 |
| - {RendererBase<Object> parent}) { |
10513 |
| - var renderer = _Renderer_TopLevelContainer(context, parent, template); |
10514 |
| - renderer.renderBlock(ast); |
10515 |
| - return renderer.buffer.toString(); |
10516 |
| -} |
10517 |
| - |
10518 | 10405 | class _Renderer_TopLevelContainer extends RendererBase<TopLevelContainer> {
|
10519 | 10406 | static final Map<Type, Object> _propertyMapCache = {};
|
10520 | 10407 | static Map<String, Property<CT_>> propertyMap<
|
@@ -11101,14 +10988,6 @@ class _Renderer_CategoryTemplateData
|
11101 | 10988 | }
|
11102 | 10989 | }
|
11103 | 10990 |
|
11104 |
| -String _render_TemplateData<T extends Documentable>( |
11105 |
| - TemplateData<T> context, List<MustachioNode> ast, Template template, |
11106 |
| - {RendererBase<Object> parent}) { |
11107 |
| - var renderer = _Renderer_TemplateData(context, parent, template); |
11108 |
| - renderer.renderBlock(ast); |
11109 |
| - return renderer.buffer.toString(); |
11110 |
| -} |
11111 |
| - |
11112 | 10991 | class _Renderer_TemplateData<T extends Documentable>
|
11113 | 10992 | extends RendererBase<TemplateData<T>> {
|
11114 | 10993 | static final Map<Type, Object> _propertyMapCache = {};
|
|
0 commit comments