Class Scanner
Public Functions
| Type | Name |
|---|---|
| Scanner (string && content) |
|
| int | line_number () const |
| int | yylex () |
Public Static Functions
| Type | Name |
|---|---|
| string | getTokenName (int tokenId) |
Public Functions Documentation
function Scanner
explicit Scanner::Scanner (
string && content
)
function line_number
int Scanner::line_number () const
function yylex
int Scanner::yylex ()
Public Static Functions Documentation
function getTokenName
static string Scanner::getTokenName (
int tokenId
)
The documentation for this class was generated from the following file src/scanner.h