Skip to content

Commit e2419e8

Browse files
committed
Java: add SMAP relations to dbscheme
1 parent 27aeb53 commit e2419e8

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

java/ql/src/config/semmlecode.dbscheme

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,34 @@ tokens(
171171
int endColumn : int ref
172172
);
173173

174+
/*
175+
* SMAP
176+
*/
177+
178+
smap_header(
179+
int outputFileId: @file ref,
180+
string outputFilename: string ref,
181+
string defaultStratum: string ref
182+
);
183+
184+
smap_files(
185+
int outputFileId: @file ref,
186+
string stratum: string ref,
187+
int inputFileNum: int ref,
188+
string inputFileName: string ref,
189+
int inputFileId: @file ref
190+
);
191+
192+
smap_lines(
193+
int outputFileId: @file ref,
194+
string stratum: string ref,
195+
int inputFileNum: int ref,
196+
int inputStartLine: int ref,
197+
int inputLineCount: int ref,
198+
int outputStartLine: int ref,
199+
int outputLineIncrement: int ref
200+
);
201+
174202
/*
175203
* Locations and files
176204
*/

0 commit comments

Comments
 (0)