PascalAST Class Reference
#include <PascalAST.hpp>
Inheritance diagram for PascalAST:


Public Member Functions | |
PascalAST () | |
~PascalAST () | |
int | getLine () const |
void | setLine (int line) |
int | getColumn () const |
void | setColumn (int column) |
void | initialize (antlr::RefToken t) |
void | initialize (int t, const std::string &txt) |
void | addChild (RefPascalAST c) |
Static Public Member Functions | |
antlr::RefAST | factory (void) |
Private Attributes | |
int | m_line |
int | m_column |
Constructor & Destructor Documentation
|
Definition at line 11 of file PascalAST.hpp. |
|
Definition at line 14 of file PascalAST.hpp. |
Member Function Documentation
|
Definition at line 35 of file PascalAST.hpp. |
|
Definition at line 40 of file PascalAST.hpp. References RefPascalAST. |
|
Definition at line 19 of file PascalAST.hpp. |
|
Definition at line 16 of file PascalAST.hpp. |
|
Definition at line 28 of file PascalAST.hpp. |
|
Definition at line 22 of file PascalAST.hpp. |
|
Definition at line 20 of file PascalAST.hpp. References m_column. |
|
Definition at line 17 of file PascalAST.hpp. References m_line. |
Member Data Documentation
|
Definition at line 47 of file PascalAST.hpp. Referenced by initialize(), PascalAST(), and setColumn(). |
|
Definition at line 46 of file PascalAST.hpp. Referenced by initialize(), PascalAST(), and setLine(). |
The documentation for this class was generated from the following file:
- languages/pascal/PascalAST.hpp