*list findReferences(astparser::AstTree tree, string uri, int line, int col, bool includeDecl)
Find symbol references.
const True
logical True
Definition: qc_qore.dox.h:94
astparser namespace
Definition: QC_AstParser.dox.h:2
const False
logical False
Definition: qc_qore.dox.h:92
*hash findSymbolInfo(astparser::AstTree tree, int line, int col)
Find symbol info.
*hash hoverInfo(astparser::AstTree tree, int kind, int line, int col)
Hover info.
list list(...)
Returns an untyped list of the arguments passed at the top level.
*list findSymbols(astparser::AstTree tree, string uri, bool fixSymbols=True, bool bareNames=False)
Find all symbols in a document.
AstParser class.
Definition: QC_AstTreeSearcher.dox.h:8
*list findMatchingSymbols(astparser::AstTree tree, string uri, string query, bool exactMatch=False, bool fixSymbols=True, bool bareNames=False)
Find matching symbols in a document.
AstTree class.
Definition: QC_AstTree.dox.h:8
constructor()
Creates the AstTreeSearcher.
hash hash(object obj)
Returns a hash of an object's members.