GlobalParseState Class
(Debugger::Internal::GlobalParseState)Public Functions
void | addSubstitution(const int &node) |
void | addTemplateParam(const int &node) |
char | advance(int steps = 1) |
char | peek(int ahead = 0) |
int | popFromStack() |
void | pushToStack(const int &node) |
int | readAhead(int) const |
int | stackElementAt(int) const |
int | stackElementCount() const |
int | stackTop() const |
int | substitutionAt(int) const |
int | substitutionCount() const |
int | templateParamAt(int) const |
int | templateParamCount() const |