Changes between Version 2 and Version 3 of SemanticQuery/FunctionClauseEntity
- Timestamp:
- Feb 27, 2015, 1:54:23 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SemanticQuery/FunctionClauseEntity
v2 v3 17 17 * {{{calls}}} (''function''): The functions called by the given function clause (including the unambiguous dynamic calls). 18 18 * {{{dynamic_calls}}} (''function''): The dynamic calls from the given function clause. 19 * {{{arguments}}} ('' expression''): The arguments of the given function clause.19 * {{{arguments}}} (''function-parameter''): The arguments of the given function clause. 20 20 * {{{body}}} (''expression''): The body of the given function clause. 21 21 * {{{expression}}} (''expression''): The expressions of the given function clause. … … 23 23 * {{{file}}} (''file''): The file defining the function of the given clause. 24 24 * {{{function}}} (''function''): The function of the given clause. 25 * {{{spec}}} (''spec''): The specification of the function defining this clause. 26 * {{{retruntype}}} (''type''): Possible return types of the clause according to the spec. 25 27 26 28 == Properties == … … 32 34 * {{{spec}}} (''string''): The specification of the function defining the given function clause. 33 35 * {{{index}}} (''int''): The index of the given clause. 36