|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::lisp::LispTokenizer Class Reference#include <LispTokenizer.h>
Inheritance diagram for acdk::lisp::LispTokenizer:
List of all members.
Constructor & Destructor Documentation
Member Function Documentation
int acdk::lisp::LispTokenizer::_nextToken |
( |
|
) |
[protected] |
|
bool acdk::lisp::LispTokenizer::_readIdentifier |
( |
|
) |
[protected] |
|
RString acdk::lisp::LispTokenizer::_readLispComment |
( |
|
) |
[protected] |
|
RString acdk::lisp::LispTokenizer::currentLine |
( |
|
) |
|
|
|
returns the the current parsing Line
|
RString acdk::lisp::LispTokenizer::currentLineReference |
( |
|
) |
|
|
|
returns the the current parsing Line as Line reference in the form file(line)
|
bool acdk::lisp::LispTokenizer::eof |
( |
|
) |
[inline] |
|
bool acdk::lisp::LispTokenizer::isLispIdentifier |
( |
char |
c |
) |
|
|
int acdk::lisp::LispTokenizer::nextToken |
( |
|
) |
[virtual] |
|
Member Data Documentation
|
contains the current parsed line
|
|
contains last parsed white space
|
|
|