Changes between Version 2 and Version 3 of SemanticQuery/Examples


Ignore:
Timestamp:
Apr 11, 2012, 1:21:46 PM (12 years ago)
Author:
manualwiki
Comment:

corrections in the explanations of the queries

Legend:

Unmodified
Added
Removed
Modified
  • SemanticQuery/Examples

    v2 v3  
    1818}}} 
    1919 
    20 Returns all functions which have a variable named "Expl". It useful when we want to know which functions use variables with same name: 
     20Returns all functions which have a variable named "Expl" (it is useful when we want to know which functions use variables with same name): 
    2121{{{ 
    2222@file.funs.vars[name=="Expl"] 
     
    2929}}} 
    3030 
    31 For example we stand in a variable, and run this query, we get information about the variable gets its value from where. This functionality uses [wiki:DataFlow data-flow analysis]. 
     31If the current expression is a variable, with running this query, we can find, where the variable gets its value from. This functionality uses [wiki:DataFlow data-flow analysis]. 
    3232{{{ 
    3333@expr.origin