Interface SourceLines

source lines for tokenizer

interface SourceLines;

Properties

NameTypeDescription
eof[get] boolend of file reached
errorCode[get] intsource encoding
errorLine[get] interror line
errorMessage[get] stringerror message
errorPos[get] interror position
file[get] SourceFilesource file
line[get] uintlast read line

Methods

NameDescription
readLine () read line, return null if EOF reached or error occured