Interface SourceLines
source lines for tokenizer
interface SourceLines;
Properties
| Name | Type | Description |
|---|---|---|
eof[get]
|
bool | end of file reached |
errorCode[get]
|
int | source encoding |
errorLine[get]
|
int | error line |
errorMessage[get]
|
string | error message |
errorPos[get]
|
int | error position |
file[get]
|
SourceFile | source file |
line[get]
|
uint | last read line |
Methods
| Name | Description |
|---|---|
readLine
()
|
read line, return null if EOF reached or error occured |