void setObj(final Object obj)
byte token
The id of the last token of the line.
Object obj
This is for use by the token marker implementations themselves.
void setToken(final byte token)
LineInfo()
Creates a new LineInfo object with token = Token.NULL and obj = null.
Stores information about tokenized lines.
LineInfo(final byte token, final Object obj)
Creates a new LineInfo object with the specified parameters.