File tree Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 1
- | comments2.cs:118:5:118:21 | // ... | comments2.cs:119:11:119:25 | GenericClass<> | NestedType |
2
- | comments2.cs:118:5:118:21 | // ... | comments2.cs:119:11:119:25 | GenericClass<> | UnboundGenericClass |
3
- | comments2.cs:124:5:124:16 | // ... | comments2.cs:125:9:125:20 | GenericFn | CallableOrCFE |
4
- | comments2.cs:124:5:124:16 | // ... | comments2.cs:125:9:125:20 | GenericFn | InstanceCallable |
5
- | comments2.cs:124:5:124:16 | // ... | comments2.cs:125:9:125:20 | GenericFn | UnboundGenericMethod |
1
+ | comments2.cs:118:5:118:21 | // ... | comments2.cs:119:11:119:25 | GenericClass<> |
2
+ | comments2.cs:124:5:124:16 | // ... | comments2.cs:125:9:125:20 | GenericFn |
Original file line number Diff line number Diff line change 1
1
import csharp
2
2
3
- from CommentBlock b , Element e , string s
3
+ from CommentBlock b , Element e
4
4
where
5
5
b .getElement ( ) = e and
6
6
(
7
7
e instanceof ConstructedMethod or
8
8
e instanceof ConstructedClass or
9
9
e instanceof UnboundGenericClass or
10
10
e instanceof UnboundGenericMethod
11
- ) and
12
- s = e .getAQlClass ( ) and
13
- not s = "SourceDeclarationType" and
14
- not s = "SourceDeclarationCallable" and
15
- not s = "SourceDeclarationMethod" and
16
- not s = "NonConstructedMethod" and
17
- not s = "RuntimeInstanceMethod"
18
- select b , e , s
11
+ )
12
+ select b , e
You can’t perform that action at this time.
0 commit comments