Changes between Version 6 and Version 7 of SemanticQuery/FunctionEntity


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

mostly sq-type related changes

Legend:

Unmodified
Added
Removed
Modified
  • SemanticQuery/FunctionEntity

    v6 v7  
    1515* {{{called_by}}} (''function''): returns every function that calls the specified function (not including dynamic calls). 
    1616* {{{dyn_calledby}}} (''function''): returns the set of functions that call the given function dynamically (for details, see DynamicCallAnalysis). 
    17 * {{{args}}} (''expression''): gives the function arguments as a list of expression entities. 
     17* {{{args}}} (''function-parameter''): returns the arguments as a list of function-parameter entities. 
    1818* {{{body}}} (''expression''): returns the top-level expressions of each clause body. 
    1919* {{{exprs}}} (''expression''): returns the top-level argument, guard, and body expressions of each clause. 
     
    2121* {{{file}}} (''file''): returns the file entity (the module) that the given function is defined in. 
    2222* {{{clause}}} (''clause''): returns the clauses of the given function. 
     23* {{{spec}}} (''spec''): Specifications of the given function. 
     24* {{{returntype}}} (''type''):  Possible return types of the function according to the spec. 
    2325 
    2426== Properties ==