org.apache.commons.csv
Class CSVParser.Token
java.lang.Object
org.apache.commons.csv.CSVParser.Token
- 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.
(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.
|
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.