File tree Expand file tree Collapse file tree 9 files changed +19
-22
lines changed Expand file tree Collapse file tree 9 files changed +19
-22
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,6 @@ abstract class Container extends ModelElement {
124
124
Iterable <Accessor > get instanceAccessors =>
125
125
instanceFields.expand ((f) => f.allAccessors);
126
126
127
- Iterable <Accessor > get constantAccessors =>
128
- constantFields.expand ((f) => f.allAccessors);
129
-
130
127
Iterable <Accessor > get staticAccessors =>
131
128
staticFields.expand ((f) => f.allAccessors);
132
129
@@ -197,7 +194,7 @@ abstract class Container extends ModelElement {
197
194
staticFields.where ((f) => ! f.isConst);
198
195
199
196
bool get hasPublicVariableStaticFields =>
200
- publicVariableStaticFieldsSorted.isEmpty ;
197
+ publicVariableStaticFieldsSorted.isNotEmpty ;
201
198
202
199
Iterable <Field > get publicVariableStaticFields =>
203
200
model_utils.filterNonPublic (variableStaticFields);
Original file line number Diff line number Diff line change 31
31
{{/publicInstanceOperatorsSorted}}
32
32
{{/hasPublicInstanceOperators}}
33
33
34
- {{#hasPublicStaticFields }}
34
+ {{#hasPublicVariableStaticFields }}
35
35
< li class ="section-title "> < a href ="{{{href}}}#static-properties "> Static properties</ a > </ li >
36
36
{{#publicVariableStaticFieldsSorted}}
37
37
< li > {{{ linkedName }}}</ li >
38
38
{{/publicVariableStaticFieldsSorted}}
39
- {{/hasPublicStaticFields }}
39
+ {{/hasPublicVariableStaticFields }}
40
40
41
41
{{#hasPublicStaticMethods}}
42
42
< li class ="section-title "> < a href ="{{{href}}}#static-methods "> Static methods</ a > </ li >
Original file line number Diff line number Diff line change 32
32
{{/publicInstanceOperatorsSorted}}
33
33
{{/hasPublicInstanceOperators}}
34
34
35
- {{#hasPublicStaticFields }}
35
+ {{#hasPublicVariableStaticFields }}
36
36
< li class ="section-title "> < a href ="{{{href}}}#static-properties "> Static properties</ a > </ li >
37
37
{{#publicVariableStaticFieldsSorted}}
38
38
< li > {{{ linkedName }}}</ li >
39
39
{{/publicVariableStaticFieldsSorted}}
40
- {{/hasPublicStaticFields }}
40
+ {{/hasPublicVariableStaticFields }}
41
41
42
42
{{#hasPublicStaticMethods}}
43
43
< li class ="section-title "> < a href ="{{{href}}}#static-methods "> Static methods</ a > </ li >
77
77
{{/publicInstanceOperatorsSorted}}
78
78
{{/hasPublicInstanceOperators}}
79
79
80
- {{#hasPublicStaticFields }}
80
+ {{#hasPublicVariableStaticFields }}
81
81
< li class ="section-title "> < a href ="{{{href}}}#static-properties "> Static properties</ a > </ li >
82
82
{{#publicVariableStaticFieldsSorted}}
83
83
< li > {{{ linkedName }}}</ li >
84
84
{{/publicVariableStaticFieldsSorted}}
85
- {{/hasPublicStaticFields }}
85
+ {{/hasPublicVariableStaticFields }}
86
86
87
87
{{#hasPublicStaticMethods}}
88
88
< li class ="section-title "> < a href ="{{{href}}}#static-methods "> Static methods</ a > </ li >
Original file line number Diff line number Diff line change 37
37
{{/publicInstanceOperatorsSorted}}
38
38
{{/hasPublicInstanceOperators}}
39
39
40
- {{#hasPublicStaticFields }}
40
+ {{#hasPublicVariableStaticFields }}
41
41
< li class ="section-title "> < a href ="{{{href}}}#static-properties "> Static properties</ a > </ li >
42
42
{{#publicVariableStaticFieldsSorted}}
43
43
< li > {{{ linkedName }}}</ li >
44
44
{{/publicVariableStaticFieldsSorted}}
45
- {{/hasPublicStaticFields }}
45
+ {{/hasPublicVariableStaticFields }}
46
46
47
47
{{#hasPublicStaticMethods}}
48
48
< li class ="section-title "> < a href ="{{{href}}}#static-methods "> Static methods</ a > </ li >
Original file line number Diff line number Diff line change 23
23
{{/publicInstanceOperatorsSorted}}
24
24
{{/hasPublicInstanceOperators}}
25
25
26
- {{#hasPublicStaticFields }}
26
+ {{#hasPublicVariableStaticFields }}
27
27
< li class ="section-title "> < a href ="{{{href}}}#static-properties "> Static properties</ a > </ li >
28
28
{{#publicVariableStaticFieldsSorted}}
29
29
< li > {{{ linkedName }}}</ li >
30
30
{{/publicVariableStaticFieldsSorted}}
31
- {{/hasPublicStaticFields }}
31
+ {{/hasPublicVariableStaticFields }}
32
32
33
33
{{#hasPublicStaticMethods}}
34
34
< li class ="section-title "> < a href ="{{{href}}}#static-methods "> Static methods</ a > </ li >
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ <h2>Operators</h2>
135
135
</ section >
136
136
{{/hasPublicInstanceOperators}}
137
137
138
- {{#hasPublicStaticFields }}
138
+ {{#hasPublicVariableStaticFields }}
139
139
< section class ="summary offset-anchor " id ="static-properties ">
140
140
< h2 > Static Properties</ h2 >
141
141
@@ -145,7 +145,7 @@ <h2>Static Properties</h2>
145
145
{{/publicVariableStaticFieldsSorted}}
146
146
</ dl >
147
147
</ section >
148
- {{/hasPublicStaticFields }}
148
+ {{/hasPublicVariableStaticFields }}
149
149
150
150
{{#hasPublicStaticMethods}}
151
151
< section class ="summary offset-anchor " id ="static-methods ">
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ <h2>Operators</h2>
138
138
</ section >
139
139
{{/hasPublicInstanceOperators}}
140
140
141
- {{#hasPublicStaticFields }}
141
+ {{#hasPublicVariableStaticFields }}
142
142
< section class ="summary offset-anchor " id ="static-properties ">
143
143
< h2 > Static Properties</ h2 >
144
144
@@ -148,7 +148,7 @@ <h2>Static Properties</h2>
148
148
{{/publicVariableStaticFieldsSorted}}
149
149
</ dl >
150
150
</ section >
151
- {{/hasPublicStaticFields }}
151
+ {{/hasPublicVariableStaticFields }}
152
152
153
153
{{#hasPublicStaticMethods}}
154
154
< section class ="summary offset-anchor " id ="static-methods ">
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ <h2>Operators</h2>
60
60
</ section >
61
61
{{/hasPublicInstanceOperators}}
62
62
63
- {{#hasPublicStaticFields }}
63
+ {{#hasPublicVariableStaticFields }}
64
64
< section class ="summary offset-anchor " id ="static-properties ">
65
65
< h2 > Static Properties</ h2 >
66
66
@@ -70,7 +70,7 @@ <h2>Static Properties</h2>
70
70
{{/publicVariableStaticFieldsSorted}}
71
71
</ dl >
72
72
</ section >
73
- {{/hasPublicStaticFields }}
73
+ {{/hasPublicVariableStaticFields }}
74
74
75
75
{{#hasPublicStaticMethods}}
76
76
< section class ="summary offset-anchor " id ="static-methods ">
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ <h2>Operators</h2>
135
135
</ section >
136
136
{{/hasPublicInstanceOperators}}
137
137
138
- {{#hasPublicStaticFields }}
138
+ {{#hasPublicVariableStaticFields }}
139
139
< section class ="summary offset-anchor " id ="static-properties ">
140
140
< h2 > Static Properties</ h2 >
141
141
@@ -145,7 +145,7 @@ <h2>Static Properties</h2>
145
145
{{/publicVariableStaticFieldsSorted}}
146
146
</ dl >
147
147
</ section >
148
- {{/hasPublicStaticFields }}
148
+ {{/hasPublicVariableStaticFields }}
149
149
150
150
{{#hasPublicStaticMethods}}
151
151
< section class ="summary offset-anchor " id ="static-methods ">
You can’t perform that action at this time.
0 commit comments