1 #ifndef INC_ASTPair_hpp__
2 #define INC_ASTPair_hpp__
14 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
49 return "["+r+
","+c+
"]";
53 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
Definition: ASTPair.hpp:26
RefAST root
Definition: ASTPair.hpp:28
std ::string toString() const
Definition: ASTPair.hpp:46
void advanceChildToEnd()
Definition: ASTPair.hpp:32
RefAST child
Definition: ASTPair.hpp:29
virtual std ::string getText() const =0
Get the token text for this node.
virtual RefAST getNextSibling() const =0
Get the next sibling in line after this one.
#define ANTLR_USE_NAMESPACE(_x_)
Definition: config.hpp:18
#define ANTLR_API
Definition: config.hpp:22
Definition: ANTLRException.hpp:15