Changes between Version 2 and Version 3 of SemanticQuery/FunctionClauseEntity


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

mostly sq-type related changes

Legend:

Unmodified
Added
Removed
Modified
  • SemanticQuery/FunctionClauseEntity

    v2 v3  
    1717 * {{{calls}}} (''function''): The functions called by the given function clause (including the unambiguous dynamic calls). 
    1818 * {{{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. 
    2020 * {{{body}}} (''expression''): The body of the given function clause. 
    2121 * {{{expression}}} (''expression''): The expressions of the given function clause. 
     
    2323 * {{{file}}} (''file''): The file defining the function of the given clause. 
    2424 * {{{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. 
    2527 
    2628== Properties == 
     
    3234 * {{{spec}}} (''string''): The specification of the function defining the given function clause. 
    3335 * {{{index}}} (''int''): The index of the given clause. 
     36