NumberQuery::querySubTree
****
Synopsis
Declared in <src/midend/astQuery/numberQuery.h>
[[visibility]]
NumberQuerySynthesizedAttributeType
querySubTree(
SgNode* subTree,
TypeOfQueryTypeOneParameter elementReturnType,
AstQueryNamespace::QueryDepth defineQueryType = AstQueryNamespace::AllNodes);
Description
The function querySubTree (SgNode * subTree, TypeOfQueryTypeOneParameterelementReturnType, AstQueryNamespace::QueryDepth defineQueryType =AstQueryNamespace::AllNodes); returns a list of all numbers in the subātree ofthe variable 'subTree' found by the preimplemented function'elementReturnType'.***
Parameters
Name |
Description |
subTree |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs