Changes between Version 2 and Version 3 of SemanticQuery/FileEntity
- Timestamp:
- Feb 27, 2015, 1:59:51 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SemanticQuery/FileEntity
v2 v3 20 20 * {{{imports}}} (''function''): returns the set of function entities that are referred with an import directive in the file. 21 21 * {{{exports}}} (''function''): returns the set of functions exported in the file. 22 * {{{specs}}} (''spec''): returns the specs defined in the file. 23 * {{{typerefs}}} (''type''): returns types used in the file. 24 * {{{types}}} (''type''): returns types defined in the file. 22 25 23 26 == Properties ==