Skip to content

Commit f05e2a9

Browse files
committed
Java: Add isImplicitClass table to keep track of compact source files
1 parent 56cd9e7 commit f05e2a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

java/ql/lib/config/semmlecode.dbscheme

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,10 @@ isLocalClassOrInterface(
537537
int parent: @localtypedeclstmt ref
538538
);
539539

540+
isImplicitClass(
541+
unique int classid: @classorinterface ref
542+
);
543+
540544
isDefConstr(
541545
int constructorid: @constructor ref
542546
);

0 commit comments

Comments
 (0)