Changes between Version 2 and Version 3 of SemanticQuery/FileEntity


Ignore:
Timestamp:
Feb 27, 2015, 1:59:51 PM (9 years ago)
Author:
manualwiki
Comment:

mostly sq-type related changes

Legend:

Unmodified
Added
Removed
Modified
  • SemanticQuery/FileEntity

    v2 v3  
    2020* {{{imports}}} (''function''): returns the set of function entities that are referred with an import directive in the file. 
    2121* {{{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. 
    2225 
    2326== Properties ==