@@ -1655,12 +1655,12 @@ class _Renderer_Class extends RendererBase<Class> {
16551655 self.renderSimpleVariable(c, remainingNames, 'bool'),
16561656 getBool: (CT_ c) => c.isFinal,
16571657 ),
1658- 'isInterface ': Property(
1659- getValue: (CT_ c) => c.isInterface ,
1658+ 'isImplementableInterface ': Property(
1659+ getValue: (CT_ c) => c.isImplementableInterface ,
16601660 renderVariable: (CT_ c, Property<CT_> self,
16611661 List<String> remainingNames) =>
16621662 self.renderSimpleVariable(c, remainingNames, 'bool'),
1663- getBool: (CT_ c) => c.isInterface ,
1663+ getBool: (CT_ c) => c.isImplementableInterface ,
16641664 ),
16651665 'isMixinClass': Property(
16661666 getValue: (CT_ c) => c.isMixinClass,
@@ -2929,20 +2929,6 @@ class _Renderer_Container extends RendererBase<Container> {
29292929 _render_Operator(e, ast, r.template, sink, parent: r));
29302930 },
29312931 ),
2932- 'isClassOrEnum': Property(
2933- getValue: (CT_ c) => c.isClassOrEnum,
2934- renderVariable: (CT_ c, Property<CT_> self,
2935- List<String> remainingNames) =>
2936- self.renderSimpleVariable(c, remainingNames, 'bool'),
2937- getBool: (CT_ c) => c.isClassOrEnum,
2938- ),
2939- 'isClassOrExtensionType': Property(
2940- getValue: (CT_ c) => c.isClassOrExtensionType,
2941- renderVariable: (CT_ c, Property<CT_> self,
2942- List<String> remainingNames) =>
2943- self.renderSimpleVariable(c, remainingNames, 'bool'),
2944- getBool: (CT_ c) => c.isClassOrExtensionType,
2945- ),
29462932 'isEnum': Property(
29472933 getValue: (CT_ c) => c.isEnum,
29482934 renderVariable: (CT_ c, Property<CT_> self,
@@ -2957,12 +2943,12 @@ class _Renderer_Container extends RendererBase<Container> {
29572943 self.renderSimpleVariable(c, remainingNames, 'bool'),
29582944 getBool: (CT_ c) => c.isExtension,
29592945 ),
2960- 'isInterfaceOrExtension ': Property(
2961- getValue: (CT_ c) => c.isInterfaceOrExtension ,
2946+ 'isInterface ': Property(
2947+ getValue: (CT_ c) => c.isInterface ,
29622948 renderVariable: (CT_ c, Property<CT_> self,
29632949 List<String> remainingNames) =>
29642950 self.renderSimpleVariable(c, remainingNames, 'bool'),
2965- getBool: (CT_ c) => c.isInterfaceOrExtension ,
2951+ getBool: (CT_ c) => c.isInterface ,
29662952 ),
29672953 'isMixin': Property(
29682954 getValue: (CT_ c) => c.isMixin,
@@ -4392,12 +4378,12 @@ class _Renderer_Enum extends RendererBase<Enum> {
43924378 self.renderSimpleVariable(c, remainingNames, 'bool'),
43934379 getBool: (CT_ c) => c.isBase,
43944380 ),
4395- 'isInterface ': Property(
4396- getValue: (CT_ c) => c.isInterface ,
4381+ 'isImplementableInterface ': Property(
4382+ getValue: (CT_ c) => c.isImplementableInterface ,
43974383 renderVariable: (CT_ c, Property<CT_> self,
43984384 List<String> remainingNames) =>
43994385 self.renderSimpleVariable(c, remainingNames, 'bool'),
4400- getBool: (CT_ c) => c.isInterface ,
4386+ getBool: (CT_ c) => c.isImplementableInterface ,
44014387 ),
44024388 'isMixinClass': Property(
44034389 getValue: (CT_ c) => c.isMixinClass,
@@ -5146,12 +5132,12 @@ class _Renderer_ExtensionType extends RendererBase<ExtensionType> {
51465132 self.renderSimpleVariable(c, remainingNames, 'bool'),
51475133 getBool: (CT_ c) => c.isBase,
51485134 ),
5149- 'isInterface ': Property(
5150- getValue: (CT_ c) => c.isInterface ,
5135+ 'isImplementableInterface ': Property(
5136+ getValue: (CT_ c) => c.isImplementableInterface ,
51515137 renderVariable: (CT_ c, Property<CT_> self,
51525138 List<String> remainingNames) =>
51535139 self.renderSimpleVariable(c, remainingNames, 'bool'),
5154- getBool: (CT_ c) => c.isInterface ,
5140+ getBool: (CT_ c) => c.isImplementableInterface ,
51555141 ),
51565142 'isMixinClass': Property(
51575143 getValue: (CT_ c) => c.isMixinClass,
@@ -7440,12 +7426,12 @@ class _Renderer_InheritingContainer extends RendererBase<InheritingContainer> {
74407426 self.renderSimpleVariable(c, remainingNames, 'bool'),
74417427 getBool: (CT_ c) => c.isFinal,
74427428 ),
7443- 'isInterface ': Property(
7444- getValue: (CT_ c) => c.isInterface ,
7429+ 'isImplementableInterface ': Property(
7430+ getValue: (CT_ c) => c.isImplementableInterface ,
74457431 renderVariable: (CT_ c, Property<CT_> self,
74467432 List<String> remainingNames) =>
74477433 self.renderSimpleVariable(c, remainingNames, 'bool'),
7448- getBool: (CT_ c) => c.isInterface ,
7434+ getBool: (CT_ c) => c.isImplementableInterface ,
74497435 ),
74507436 'isMixinClass': Property(
74517437 getValue: (CT_ c) => c.isMixinClass,
@@ -9811,12 +9797,12 @@ class _Renderer_Mixin extends RendererBase<Mixin> {
98119797 self.renderSimpleVariable(c, remainingNames, 'bool'),
98129798 getBool: (CT_ c) => c.isFinal,
98139799 ),
9814- 'isInterface ': Property(
9815- getValue: (CT_ c) => c.isInterface ,
9800+ 'isImplementableInterface ': Property(
9801+ getValue: (CT_ c) => c.isImplementableInterface ,
98169802 renderVariable: (CT_ c, Property<CT_> self,
98179803 List<String> remainingNames) =>
98189804 self.renderSimpleVariable(c, remainingNames, 'bool'),
9819- getBool: (CT_ c) => c.isInterface ,
9805+ getBool: (CT_ c) => c.isImplementableInterface ,
98209806 ),
98219807 'isMixinClass': Property(
98229808 getValue: (CT_ c) => c.isMixinClass,
0 commit comments