Changes between Version 1 and Version 2 of SemanticQuery/FileEntity
- Timestamp:
- Apr 19, 2012, 8:45:21 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SemanticQuery/FileEntity
v1 v2 8 8 * {{{@file}}} (or {{{@module}}}) yields the current file (or module) 9 9 10 TODO: difference between files and modules11 12 10 == Selectors == 13 11 The following selectors can be used on file entities. Note that every selector can be used on either module or header files, but some of them will give no results for headers (e.g. a header file can't export functions). 14 12 15 '' After the name of the selector between parentheses you can find the type of the elements in the resulted set.''13 ''In parentheses you find the type of the result elements.'' 16 14 17 15 * {{{funs}}} (''function''): returns the set of function entities defined in the file.