Skip to content

subtreeQueryLib

Subtree Query Library

Synopsis

Declared in <src/docs/mrdocs/modules/query_lib.h>

struct subtreeQueryLib;

Description

This library simplifies the development of useful queries that require traversal of an AST subtree.

It represents a family of queries that use AST processing and operate upon whole subtrees. Return values are most commonly lists.

Bug: Not finished yet. Warning: Documentation is incomplete. TODO: Finish documentation.

Note: Large parts of documentation contained in ROSE/QueryLibs/QueryLib.docs.

Internal: None of these functions should be expected to move into Sage III without careful consideration.

See queryLib.

Created with MrDocs