ASTPath Class
(CPlusPlus::ASTPath)Public Functions
ASTPath(Document::Ptr doc) | |
QList<AST *> | operator()(const QTextCursor &cursor) |
QList<AST *> | operator()(int line, int column) |
Protected Functions
bool | preVisit(AST *ast) override |
Member Function Documentation
ASTPath::ASTPath(Document::Ptr doc)
Default constructs an instance of ASTPath.