public final class Token
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
s_COMMA
A comma
|
static int |
s_END_OF_STREAM
Indicate the end of the stream
|
static int |
s_EQUAL
An equal character
|
static int |
s_QUOTED
A quoted string
|
static int |
s_SEMICOLON
A semicolon
|
static int |
s_TOKEN
An identifier (informally a sequence of non-special, non-white
space characters).
|
Constructor and Description |
---|
Token(int type,
java.lang.String text)
Create a token
|
public static final int s_END_OF_STREAM
public static final int s_TOKEN
public static final int s_QUOTED
public static final int s_EQUAL
public static final int s_COMMA
public static final int s_SEMICOLON