|
ROSE
0.9.6a
|
#include <grammarBaseClass.h>

Public Member Functions | |
| ROSE_BaseGrammar () | |
| void | setParentGrammar (ROSE_BaseGrammar *Xptr) |
| ROSE_BaseGrammar * | getParentGrammar () const |
| bool | isRootGrammar () const |
Private Member Functions | |
| ROSE_BaseGrammar (const ROSE_BaseGrammar &X) | |
| ROSE_BaseGrammar & | operator= (const ROSE_BaseGrammar &X) |
Private Attributes | |
| ROSE_BaseGrammar * | parentGrammar |
Definition at line 8 of file grammarBaseClass.h.
| ROSE_BaseGrammar::ROSE_BaseGrammar | ( | ) |
|
private |
| void ROSE_BaseGrammar::setParentGrammar | ( | ROSE_BaseGrammar * | Xptr) |
| ROSE_BaseGrammar* ROSE_BaseGrammar::getParentGrammar | ( | ) | const |
| bool ROSE_BaseGrammar::isRootGrammar | ( | ) | const |
|
private |
|
private |
Definition at line 27 of file grammarBaseClass.h.