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


Public Member Functions | |
JavaAST () | |
virtual | ~JavaAST () |
int | getLine () const |
void | setLine (int line) |
int | getColumn () const |
void | setColumn (int column) |
void | initialize (antlr::RefToken t) |
void | initialize (antlr::RefAST t) |
void | initialize (int t, const std::string &txt) |
Static Public Member Functions | |
antlr::RefAST | factory () |
Private Member Functions | |
JavaAST (const JavaAST &source) | |
void | operator= (const JavaAST &source) |
Private Attributes | |
int | m_line |
int | m_column |
Constructor & Destructor Documentation
|
Definition at line 13 of file JavaAST.hpp. |
|
Definition at line 16 of file JavaAST.hpp. |
|
|
Member Function Documentation
|
Definition at line 50 of file JavaAST.hpp. References RefAST, and RefJavaAST. |
|
Definition at line 21 of file JavaAST.hpp. |
|
Definition at line 18 of file JavaAST.hpp. |
|
Definition at line 43 of file JavaAST.hpp. References CommonAST::initialize(). |
|
Definition at line 31 of file JavaAST.hpp. References CommonAST::initialize(), RefAST, and RefJavaAST. |
|
Definition at line 24 of file JavaAST.hpp. References CommonAST::initialize(), and RefToken. |
|
|
|
Definition at line 22 of file JavaAST.hpp. |
|
Definition at line 19 of file JavaAST.hpp. |
Member Data Documentation
|
Definition at line 59 of file JavaAST.hpp. |
|
Definition at line 58 of file JavaAST.hpp. |
The documentation for this class was generated from the following file:
- languages/java/JavaAST.hpp