public class TokenMarker.LineInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
obj
This is for use by the token marker implementations
themselves.
|
byte |
token
The id of the last token of the line.
|
int |
width |
Constructor and Description |
---|
TokenMarker.LineInfo()
Creates a new LineInfo object with token = Token.NULL
and obj = null.
|
TokenMarker.LineInfo(byte token,
java.lang.Object obj)
Creates a new LineInfo object with the specified
parameters.
|
Copyright ? 2002 Romain Guy.