@Deprecated @InterfaceAudience.Public @InterfaceStability.Stable public class Token extends Object
| Modifier and Type | Field and Description | 
|---|---|
| int | beginColumnDeprecated.  beginLine and beginColumn describe the position of the first character
 of this token; endLine and endColumn describe the position of the
 last character of this token. | 
| int | beginLineDeprecated.  beginLine and beginColumn describe the position of the first character
 of this token; endLine and endColumn describe the position of the
 last character of this token. | 
| int | endColumnDeprecated.  beginLine and beginColumn describe the position of the first character
 of this token; endLine and endColumn describe the position of the
 last character of this token. | 
| int | endLineDeprecated.  beginLine and beginColumn describe the position of the first character
 of this token; endLine and endColumn describe the position of the
 last character of this token. | 
| String | imageDeprecated.  The string image of the token. | 
| int | kindDeprecated.  An integer that describes the kind of this token. | 
| Token | nextDeprecated.  A reference to the next regular (non-special) token from the input
 stream. | 
| Token | specialTokenDeprecated.  This field is used to access special tokens that occur prior to this
 token, but after the immediately preceding regular (non-special) token. | 
| Constructor and Description | 
|---|
| Token()Deprecated.  | 
public int kind
public int beginLine
public int beginColumn
public int endLine
public int endColumn
public Token next
public Token specialToken
public Token()
public static final Token newToken(int ofKind)
Copyright © 2015 Apache Software Foundation. All Rights Reserved.