#include <Token.h>
List of all members.
Detailed Description
Definition at line 105 of file Token.h.
Member Enumeration Documentation
- Enumerator:
-
Definition at line 117 of file Token.h.
Constructor & Destructor Documentation
Scanner::Scanner |
( |
Reader * |
r = 0 | ) |
|
Scanner::Scanner |
( |
const Text & |
s | ) |
|
Scanner::Scanner |
( |
const Scanner & |
rhs | ) |
|
Member Function Documentation
Token Scanner::Best |
( |
| ) |
const |
|
inline |
int Scanner::GetCursor |
( |
| ) |
|
|
inline |
int Scanner::GetNumeric |
( |
| ) |
|
|
protectedvirtual |
bool Scanner::IsAlpha |
( |
char |
c | ) |
|
|
protectedvirtual |
bool Scanner::IsSymbolic |
( |
char |
c | ) |
|
|
protectedvirtual |
void Scanner::Load |
( |
const Text & |
s | ) |
|
void Scanner::PutBack |
( |
| ) |
|
|
inline |
void Scanner::Reset |
( |
int |
c, |
|
|
int |
l |
|
) |
| |
|
inline |
Member Data Documentation
size_t Scanner::lineStart |
|
protected |
size_t Scanner::old_index |
|
protected |
The documentation for this class was generated from the following files: