|
ANTLR Support Libraries 2.7.1+
|
#include <CommonASTWithHiddenTokens.hpp>


Static Public Member Functions | |
| static RefAST | factory () |
Static Public Member Functions inherited from CommonAST | |
| static RefAST | factory () |
Static Public Attributes | |
| static const char *const | TYPE_NAME = "CommonASTWithHiddenTokens" |
Static Public Attributes inherited from CommonAST | |
| static const char *const | TYPE_NAME = "CommonAST" |
Protected Attributes | |
| RefToken | hiddenBefore |
| RefToken | hiddenAfter |
Protected Attributes inherited from CommonAST | |
| int | ttype |
| std::string | text |
Protected Attributes inherited from BaseAST | |
| RefBaseAST | down |
| RefBaseAST | right |
A CommonAST whose initialization copies hidden token information from the Token used to create a node.
| CommonASTWithHiddenTokens::CommonASTWithHiddenTokens | ( | ) |
|
virtual |
|
static |
Return the class name.
Reimplemented from CommonAST.
|
protected |
|
protected |