ASTPath Class

(CPlusPlus::ASTPath)

Public Functions

ASTPath(Document::Ptr doc)
QList<AST *> operator()(const QTextCursor &cursor)
QList<AST *> operator()(int line, int column)

Member Function Documentation

ASTPath::ASTPath(Document::Ptr doc)

Default constructs an instance of ASTPath.

QList<AST *> ASTPath::operator()(const QTextCursor &cursor)

QList<AST *> ASTPath::operator()(int line, int column)