public abstract class Token extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
IDENTIFIER_TOKEN |
static int |
RECORDS_TOKEN |
static int |
SET_TOKEN |
static int |
TOKENSIZE |
| Constructor and Description |
|---|
Token() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCursor() |
abstract int |
getType() |
void |
setCursor(int cursor) |
public static int TOKENSIZE
public static final int SET_TOKEN
public static final int IDENTIFIER_TOKEN
public static final int RECORDS_TOKEN
Copyright © 2017 B3Partners B.V.. All rights reserved.