org.apache.commons.csv

Class CSVParser.Token

Enclosing Class:
CSVParser

(package private) static class CSVParser.Token
extends java.lang.Object

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.

Method Summary

(package private) CSVParser.Token
reset()

Field Details

content

(package private)  CharBuffer content
The content buffer.

isReady

(package private)  boolean isReady
Token ready flag: indicates a valid token with content (ready for the parser).

type

(package private)  int type
Token type, see TT_xxx constants.

Method Details

reset

(package private)  CSVParser.Token reset()