Skip to content

Commit 1f69960

Browse files
committed
Java: add permits relation to dbscheme (sealed classes)
1 parent 267e369 commit 1f69960

File tree

4 files changed

+1976
-0
lines changed

4 files changed

+1976
-0
lines changed

java/ql/src/config/semmlecode.dbscheme

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,11 @@ implInterface(
479479
int id2: @interface ref
480480
);
481481

482+
permits(
483+
int id1: @classorinterface ref,
484+
int id2: @classorinterface ref
485+
);
486+
482487
hasModifier(
483488
int id1: @modifiable ref,
484489
int id2: @modifier ref

0 commit comments

Comments
 (0)