Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27aeb53 commit e2419e8Copy full SHA for e2419e8
1 file changed
java/ql/src/config/semmlecode.dbscheme
@@ -171,6 +171,34 @@ tokens(
171
int endColumn : int ref
172
);
173
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
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
194
195
196
+ int inputStartLine: int ref,
197
+ int inputLineCount: int ref,
198
+ int outputStartLine: int ref,
199
+ int outputLineIncrement: int ref
200
201
202
/*
203
* Locations and files
204
*/
0 commit comments