Changes between Version 6 and Version 7 of SemanticQuery/FunctionEntity
- Timestamp:
- Feb 27, 2015, 1:52:24 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SemanticQuery/FunctionEntity
v6 v7 15 15 * {{{called_by}}} (''function''): returns every function that calls the specified function (not including dynamic calls). 16 16 * {{{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 expressionentities.17 * {{{args}}} (''function-parameter''): returns the arguments as a list of function-parameter entities. 18 18 * {{{body}}} (''expression''): returns the top-level expressions of each clause body. 19 19 * {{{exprs}}} (''expression''): returns the top-level argument, guard, and body expressions of each clause. … … 21 21 * {{{file}}} (''file''): returns the file entity (the module) that the given function is defined in. 22 22 * {{{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. 23 25 24 26 == Properties ==