#include <ParserLexerSharedState.hpp>

Public Member Functions | |
| ParserLexerSharedState () | |
| Location & | getLocation () |
| bool | isTopLevel () const |
| void | setTopLevel (bool b) |
Private Attributes | |
| Location | location_ |
| bool | isTopLevel_ |
Shared state is as follows:
CLexer
Definition at line 58 of file ParserLexerSharedState.hpp.
| cfront::ParserLexerSharedState::ParserLexerSharedState | ( | ) | [inline] |
Definition at line 60 of file ParserLexerSharedState.hpp.
| Location& cfront::ParserLexerSharedState::getLocation | ( | ) | [inline] |
| bool cfront::ParserLexerSharedState::isTopLevel | ( | ) | const [inline] |
| void cfront::ParserLexerSharedState::setTopLevel | ( | bool | b | ) | [inline] |
bool cfront::ParserLexerSharedState::isTopLevel_ [private] |
Definition at line 79 of file ParserLexerSharedState.hpp.
Referenced by isTopLevel(), and setTopLevel().
1.5.6