1 #ifndef INC_ASTNULLType_hpp__ 2 #define INC_ASTNULLType_hpp__ 15 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE 22 const char* typeName(
void )
const;
23 RefAST clone(
void )
const;
26 size_t getNumberOfChildren()
const;
27 void setFirstChild(
RefAST c);
28 void setNextSibling(
RefAST n);
30 bool equals(
RefAST t)
const;
31 bool equalsList(
RefAST t)
const;
32 bool equalsListPartial(
RefAST t)
const;
33 bool equalsTree(
RefAST t)
const;
34 bool equalsTreePartial(
RefAST t)
const;
39 RefAST getFirstChild()
const;
40 RefAST getNextSibling()
const;
51 void setType(
int ttype);
60 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE 64 #endif //INC_ASTNULLType_hpp__ Definition: ANTLRException.hpp:15
#define ANTLR_API
Definition: config.hpp:22
Definition: ASTNULLType.hpp:20
#define ANTLR_USE_NAMESPACE(_x_)
Definition: config.hpp:18