Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ede686 commit 6ac1ee5Copy full SHA for 6ac1ee5
1 file changed
java/ql/src/config/semmlecode.dbscheme
@@ -371,7 +371,7 @@ stmts(
371
int bodydecl: @callable ref
372
);
373
374
-@stmtparent = @callable | @stmt;
+@stmtparent = @callable | @stmt | @switchexpr;
375
376
case @stmt.kind of
377
0 = @block
@@ -491,6 +491,7 @@ case @expr.kind of
491
| 70 = @annotatedtypeaccess
492
| 71 = @typeannotation
493
| 72 = @intersectiontypeaccess
494
+| 73 = @switchexpr
495
;
496
497
@classinstancexpr = @newexpr | @lambdaexpr | @memberref
0 commit comments