This is for use by the token marker implementations
themselves. It can be used to store anything that
is an object and that needs to exist on a per-line
basis.
Constructor Detail
LineInfo
public LineInfo()
Creates a new LineInfo object with token = Token.NULL
and obj = null.
LineInfo
public LineInfo(byte token,
java.lang.Object obj)
Creates a new LineInfo object with the specified parameters.