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


Public Member Functions | |
AdaAST () | |
~AdaAST () | |
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) |
RefAdaAST | duplicate (void) const |
void | set (int t, const std::string &txt) |
void | addChild (RefAdaAST c) |
RefAdaAST | down () const |
RefAdaAST | right () const |
Static Public Member Functions | |
antlr::RefAST | factory (void) |
Static Public Attributes | |
const RefAdaAST | nullAdaAST |
Private Attributes | |
int | m_line |
int | m_column |
Constructor & Destructor Documentation
|
Definition at line 11 of file AdaAST.hpp. References m_column, and m_line. Referenced by duplicate(). |
|
Definition at line 13 of file AdaAST.hpp. |
Member Function Documentation
|
Definition at line 44 of file AdaAST.hpp. |
|
Definition at line 49 of file AdaAST.hpp. References RefAdaAST. |
|
Definition at line 34 of file AdaAST.hpp. |
|
Definition at line 61 of file AdaAST.hpp. References RefAdaAST. |
|
Definition at line 18 of file AdaAST.hpp. |
|
Definition at line 15 of file AdaAST.hpp. |
|
Definition at line 27 of file AdaAST.hpp. |
|
Definition at line 21 of file AdaAST.hpp. |
|
Definition at line 53 of file AdaAST.hpp. References RefAdaAST. |
|
Definition at line 39 of file AdaAST.hpp. |
|
Definition at line 19 of file AdaAST.hpp. References m_column. |
|
Definition at line 16 of file AdaAST.hpp. References m_line. |
Member Data Documentation
|
Definition at line 70 of file AdaAST.hpp. Referenced by AdaAST(), initialize(), and setColumn(). |
|
Definition at line 69 of file AdaAST.hpp. Referenced by AdaAST(), initialize(), and setLine(). |
|
|
The documentation for this class was generated from the following files:
- languages/ada/AdaAST.hpp
- languages/ada/adasupport.cpp