public class Token
extends java.lang.Object
Description:
Title:首亨软件 - TSS/CRM等
限定符和类型 | 字段和说明 |
---|---|
java.lang.String |
image
The string image of the token.
|
int |
kind
An integer that describes the kind of this token.
|
Token |
next
A reference to the next regular (non-special) token from the input
stream.
|
Token |
specialToken
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
|
构造器和说明 |
---|
Token() |
public int kind
public java.lang.String image
public Token next
public Token specialToken
public final java.lang.String toString()
toString
在类中 java.lang.Object
public static final Token newToken(int ofKind)
ofKind
- int