#include <CommonASTWithHiddenTokens.hpp>
Inheritance diagram for CommonASTWithHiddenTokens:
Public Methods | |
CommonASTWithHiddenTokens () | |
virtual | ~CommonASTWithHiddenTokens () |
virtual const char * | typeName (void) const |
Return the class name. | |
virtual RefAST | clone (void) const |
Clone this AST node. | |
virtual void | initialize (int t, const ANTLR_USE_NAMESPACE(std) string &txt) |
virtual void | initialize (RefAST t) |
virtual void | initialize (RefToken t) |
virtual RefToken | getHiddenAfter () const |
virtual RefToken | getHiddenBefore () const |
Static Public Methods | |
RefAST | factory () |
Static Public Attributes | |
const char *const | TYPE_NAME = "CommonASTWithHiddenTokens" |
Protected Attributes | |
RefToken | hiddenBefore |
RefToken | hiddenAfter |
|
|
|
|
|
Clone this AST node.
Reimplemented from CommonAST. |
|
Reimplemented from CommonAST. |
|
|
|
|
|
Reimplemented from CommonAST. |
|
Reimplemented from CommonAST. |
|
Various initialization routines. Used by several factories to initialize an AST element. Reimplemented from CommonAST. |
|
Return the class name.
Reimplemented from CommonAST. |
|
|
|
|
|
Reimplemented from CommonAST. |