SourceLines

source lines for tokenizer

Members

Functions

readLine
dchar[] readLine()

read line, return null if EOF reached or error occured

Properties

eof
bool eof [@property getter]

end of file reached

errorCode
int errorCode [@property getter]

source encoding error code

errorLine
int errorLine [@property getter]

error line

errorMessage
string errorMessage [@property getter]

error message

errorPos
int errorPos [@property getter]

error position

file
SourceFile file [@property getter]

source file

line
uint line [@property getter]

last read line

Meta