| Package | Description |
|---|---|
| org.databene.formats.csv |
| Modifier and Type | Field and Description |
|---|---|
CSVTokenType |
CSVTokenizer.lastType |
CSVTokenType |
CSVTokenizer.ttype
The token at the cursor position
|
| Modifier and Type | Method and Description |
|---|---|
CSVTokenType |
CSVTokenizer.lastTtype() |
CSVTokenType |
CSVTokenizer.next()
Returns the next token.
|
static CSVTokenType |
CSVTokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSVTokenType[] |
CSVTokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2006–2016 Volker Bergmann. All rights reserved.