Ghidra Decompiler Analysis Engine
|
Public Member Functions | |
GrammarLexer (int4 maxbuffer) | |
void | clear (void) |
istream * | getCurStream (void) |
void | pushFile (const string &filename, istream *i) |
void | popFile (void) |
void | getNextToken (GrammarToken &token) |
void | writeLocation (ostream &s, int4 line, int4 filenum) |
void | writeTokenLocation (ostream &s, int4 line, int4 colno) |
const string & | getError (void) const |