@Deprecated public class TokenMarker.LineInfo extends Object
TokenMarker.lineInfo
Modifier and Type | Field and Description |
---|---|
Object |
obj
Deprecated.
This is for use by the token marker implementations themselves.
|
byte |
token
Deprecated.
The id of the last token of the line.
|
Constructor and Description |
---|
TokenMarker.LineInfo()
Deprecated.
Creates a new LineInfo object with token = Token.NULL and obj = null.
|
TokenMarker.LineInfo(byte token,
Object obj)
Deprecated.
Creates a new LineInfo object with the specified parameters.
|
public byte token
public Object obj
public TokenMarker.LineInfo()
public TokenMarker.LineInfo(byte token, Object obj)
token
- the tokenobj
- the token related object