mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Java: Add isImplicitClass table to keep track of compact source files
This commit is contained in:
@@ -537,6 +537,10 @@ isLocalClassOrInterface(
|
||||
int parent: @localtypedeclstmt ref
|
||||
);
|
||||
|
||||
isImplicitClass(
|
||||
unique int classid: @classorinterface ref
|
||||
);
|
||||
|
||||
isDefConstr(
|
||||
int constructorid: @constructor ref
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user