|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.csv.CSVParser.Token
static class CSVParser.Token
Token is an internal token representation. It is used as contract between the lexer and the parser.
| Field Summary | |
|---|---|
(package private) CharBuffer |
content
The content buffer. |
(package private) boolean |
isReady
Token ready flag: indicates a valid token with content (ready for the parser). |
(package private) int |
type
Token type, see TT_xxx constants. |
| Constructor Summary | |
|---|---|
CSVParser.Token()
|
|
| Method Summary | |
|---|---|
(package private) CSVParser.Token |
reset()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int type
CharBuffer content
boolean isReady
| Constructor Detail |
|---|
CSVParser.Token()
| Method Detail |
|---|
CSVParser.Token reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||