Skip to content

Commit 31e5115

Browse files
committed
Java: Add MODULEIMPORT to dbscheme
1 parent 604af65 commit 31e5115

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

java/ql/lib/config/semmlecode.dbscheme

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,14 @@ imports(
588588
unique int id: @import,
589589
int holder: @classorinterfaceorpackage ref,
590590
string name: string ref,
591+
/* kind:
592+
1 = TYPE
593+
2 = TYPEWILDCARD
594+
3 = PACKAGEWILDCARD
595+
4 = TYPEWILDCARDSTATIC
596+
5 = TYPEMEMBERSTATIC
597+
6 = MODULEIMPORT
598+
*/
591599
int kind: int ref
592600
);
593601

0 commit comments

Comments
 (0)