File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,6 @@ impl PublicVisitedElement {
6363 }
6464 }
6565 }
66-
67-
6866}
6967
7068pub fn hasComment(e: PublicVisitedElement) -> bool {
Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ impl PublicClass {
3131 }
3232 }
3333 }
34-
35-
3634}
3735
3836//具有public修饰符的接口
@@ -61,8 +59,6 @@ impl PublicInterface {
6159 }
6260 }
6361 }
64-
65-
6662}
6763
6864//具有public修饰符的函数,并且不属于匿名函数
@@ -97,8 +93,6 @@ impl PublicMethod {
9793 }
9894 }
9995 }
100-
101-
10296}
10397
10498pub fn _isAnonymousMethod(m: Method) -> bool {
@@ -153,8 +147,6 @@ impl PublicField {
153147 }
154148 }
155149 }
156-
157-
158150}
159151
160152schema PublicEnum extends EnumConstant {
@@ -183,8 +175,6 @@ impl PublicEnum {
183175 }
184176 }
185177 }
186-
187-
188178}
189179
190180schema PublicConstructor extends Constructor {
@@ -214,8 +204,6 @@ impl PublicConstructor {
214204 }
215205 }
216206 }
217-
218-
219207}
220208
221209schema ConstructorWithParameter extends PublicConstructor {
@@ -243,8 +231,6 @@ impl ConstructorWithParameter {
243231 }
244232 }
245233 }
246-
247-
248234}
249235
250236schema ConstructorWithoutParameter extends PublicConstructor {
@@ -280,8 +266,6 @@ impl ConstructorWithoutParameter {
280266 }
281267 }
282268 }
283-
284-
285269}
286270
287271schema PublicVisitedElement extends ElementParent {
@@ -357,8 +341,6 @@ impl PublicVisitedElement {
357341 }
358342 }
359343 }
360-
361-
362344}
363345
364346//找到注释与JavaDoc注释连在一起的情况,用于排除
You can’t perform that action at this time.
0 commit comments