Frames | No Frames |
Fields of type org.apache.commons.csv.CSVParser.Token | |
CSVParser.Token |
Methods with parameter type org.apache.commons.csv.CSVParser.Token | |
CSVParser.Token | An encapsulated token lexer
Encapsulated tokens are surrounded by the given encapsulating-string. |
CSVParser.Token | Returns the next token. |
CSVParser.Token | A simple token lexer
Simple token are tokens which are not surrounded by encapsulators. |
Methods with return type org.apache.commons.csv.CSVParser.Token | |
CSVParser.Token | An encapsulated token lexer
Encapsulated tokens are surrounded by the given encapsulating-string. |
CSVParser.Token | Convenience method for nextToken(null) . |
CSVParser.Token | Returns the next token. |
CSVParser.Token | |
CSVParser.Token | A simple token lexer
Simple token are tokens which are not surrounded by encapsulators. |