@@ -1655,12 +1655,12 @@ class _Renderer_Class extends RendererBase<Class> {
1655
1655
self.renderSimpleVariable(c, remainingNames, 'bool'),
1656
1656
getBool: (CT_ c) => c.isFinal,
1657
1657
),
1658
- 'isInterface ': Property(
1659
- getValue: (CT_ c) => c.isInterface ,
1658
+ 'isImplementableInterface ': Property(
1659
+ getValue: (CT_ c) => c.isImplementableInterface ,
1660
1660
renderVariable: (CT_ c, Property<CT_> self,
1661
1661
List<String> remainingNames) =>
1662
1662
self.renderSimpleVariable(c, remainingNames, 'bool'),
1663
- getBool: (CT_ c) => c.isInterface ,
1663
+ getBool: (CT_ c) => c.isImplementableInterface ,
1664
1664
),
1665
1665
'isMixinClass': Property(
1666
1666
getValue: (CT_ c) => c.isMixinClass,
@@ -2929,20 +2929,6 @@ class _Renderer_Container extends RendererBase<Container> {
2929
2929
_render_Operator(e, ast, r.template, sink, parent: r));
2930
2930
},
2931
2931
),
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
- ),
2946
2932
'isEnum': Property(
2947
2933
getValue: (CT_ c) => c.isEnum,
2948
2934
renderVariable: (CT_ c, Property<CT_> self,
@@ -2957,12 +2943,12 @@ class _Renderer_Container extends RendererBase<Container> {
2957
2943
self.renderSimpleVariable(c, remainingNames, 'bool'),
2958
2944
getBool: (CT_ c) => c.isExtension,
2959
2945
),
2960
- 'isInterfaceOrExtension ': Property(
2961
- getValue: (CT_ c) => c.isInterfaceOrExtension ,
2946
+ 'isInterface ': Property(
2947
+ getValue: (CT_ c) => c.isInterface ,
2962
2948
renderVariable: (CT_ c, Property<CT_> self,
2963
2949
List<String> remainingNames) =>
2964
2950
self.renderSimpleVariable(c, remainingNames, 'bool'),
2965
- getBool: (CT_ c) => c.isInterfaceOrExtension ,
2951
+ getBool: (CT_ c) => c.isInterface ,
2966
2952
),
2967
2953
'isMixin': Property(
2968
2954
getValue: (CT_ c) => c.isMixin,
@@ -4392,12 +4378,12 @@ class _Renderer_Enum extends RendererBase<Enum> {
4392
4378
self.renderSimpleVariable(c, remainingNames, 'bool'),
4393
4379
getBool: (CT_ c) => c.isBase,
4394
4380
),
4395
- 'isInterface ': Property(
4396
- getValue: (CT_ c) => c.isInterface ,
4381
+ 'isImplementableInterface ': Property(
4382
+ getValue: (CT_ c) => c.isImplementableInterface ,
4397
4383
renderVariable: (CT_ c, Property<CT_> self,
4398
4384
List<String> remainingNames) =>
4399
4385
self.renderSimpleVariable(c, remainingNames, 'bool'),
4400
- getBool: (CT_ c) => c.isInterface ,
4386
+ getBool: (CT_ c) => c.isImplementableInterface ,
4401
4387
),
4402
4388
'isMixinClass': Property(
4403
4389
getValue: (CT_ c) => c.isMixinClass,
@@ -5146,12 +5132,12 @@ class _Renderer_ExtensionType extends RendererBase<ExtensionType> {
5146
5132
self.renderSimpleVariable(c, remainingNames, 'bool'),
5147
5133
getBool: (CT_ c) => c.isBase,
5148
5134
),
5149
- 'isInterface ': Property(
5150
- getValue: (CT_ c) => c.isInterface ,
5135
+ 'isImplementableInterface ': Property(
5136
+ getValue: (CT_ c) => c.isImplementableInterface ,
5151
5137
renderVariable: (CT_ c, Property<CT_> self,
5152
5138
List<String> remainingNames) =>
5153
5139
self.renderSimpleVariable(c, remainingNames, 'bool'),
5154
- getBool: (CT_ c) => c.isInterface ,
5140
+ getBool: (CT_ c) => c.isImplementableInterface ,
5155
5141
),
5156
5142
'isMixinClass': Property(
5157
5143
getValue: (CT_ c) => c.isMixinClass,
@@ -7440,12 +7426,12 @@ class _Renderer_InheritingContainer extends RendererBase<InheritingContainer> {
7440
7426
self.renderSimpleVariable(c, remainingNames, 'bool'),
7441
7427
getBool: (CT_ c) => c.isFinal,
7442
7428
),
7443
- 'isInterface ': Property(
7444
- getValue: (CT_ c) => c.isInterface ,
7429
+ 'isImplementableInterface ': Property(
7430
+ getValue: (CT_ c) => c.isImplementableInterface ,
7445
7431
renderVariable: (CT_ c, Property<CT_> self,
7446
7432
List<String> remainingNames) =>
7447
7433
self.renderSimpleVariable(c, remainingNames, 'bool'),
7448
- getBool: (CT_ c) => c.isInterface ,
7434
+ getBool: (CT_ c) => c.isImplementableInterface ,
7449
7435
),
7450
7436
'isMixinClass': Property(
7451
7437
getValue: (CT_ c) => c.isMixinClass,
@@ -9811,12 +9797,12 @@ class _Renderer_Mixin extends RendererBase<Mixin> {
9811
9797
self.renderSimpleVariable(c, remainingNames, 'bool'),
9812
9798
getBool: (CT_ c) => c.isFinal,
9813
9799
),
9814
- 'isInterface ': Property(
9815
- getValue: (CT_ c) => c.isInterface ,
9800
+ 'isImplementableInterface ': Property(
9801
+ getValue: (CT_ c) => c.isImplementableInterface ,
9816
9802
renderVariable: (CT_ c, Property<CT_> self,
9817
9803
List<String> remainingNames) =>
9818
9804
self.renderSimpleVariable(c, remainingNames, 'bool'),
9819
- getBool: (CT_ c) => c.isInterface ,
9805
+ getBool: (CT_ c) => c.isImplementableInterface ,
9820
9806
),
9821
9807
'isMixinClass': Property(
9822
9808
getValue: (CT_ c) => c.isMixinClass,
0 commit comments