#include <iostream>
#include "antlr/config.hpp"
#include "antlr/AST.hpp"
#include "antlr/BaseAST.hpp"
Functions | |
ANTLR_USE_NAMESPACE (std) vector< RefAST > BaseAST | |
Variables | |
ANTLR_API RefAST | nullAST |
ANTLR_API AST *const | nullASTptr = 0 |
|
Walk the tree looking for all exact subtree matches. Return an ASTEnumerator that lets the caller walk the list of subtree roots found herein. |
|
|
|
|