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