public class TokenConverter
extends java.lang.Object
TokenConverter offers some basic functionality used by more
specific token converters.
It basically sets up the chained architecture for tokens. It also forces derived classes to fix their type.
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
DATE |
(package private) static int |
IDENTITY |
(package private) static int |
INTEGER |
(package private) TokenConverter |
next |
(package private) int |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
TokenConverter(int t) |
| Modifier and Type | Method and Description |
|---|---|
TokenConverter |
getNext() |
int |
getType() |
void |
setNext(TokenConverter next) |
void |
setType(int i) |
static final int IDENTITY
static final int INTEGER
static final int DATE
int type
TokenConverter next
public TokenConverter getNext()
public void setNext(TokenConverter next)
public int getType()
public void setType(int i)