public class TokenMarker.LineInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
Object | 
obj
This is for use by the token marker implementations
 themselves. 
 | 
byte | 
token
The id of the last token of the line. 
 | 
| Constructor and Description | 
|---|
TokenMarker.LineInfo()
Creates a new LineInfo object with token = Token.NULL
 and obj = null. 
 | 
TokenMarker.LineInfo(byte token,
                    Object obj)
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)
Copyright © 2015. All rights reserved.