Uses of Class
org.apache.commons.csv.CSVParser.Token

Packages that use CSVParser.Token
org.apache.commons.csv Jakarta-Commons CSV Format Support 
 

Uses of CSVParser.Token in org.apache.commons.csv
 

Fields in org.apache.commons.csv declared as CSVParser.Token
private  CSVParser.Token CSVParser.reusableToken
           
 

Methods in org.apache.commons.csv that return CSVParser.Token
private  CSVParser.Token CSVParser.encapsulatedTokenLexer(CSVParser.Token tkn, int c)
          An encapsulated token lexer Encapsulated tokens are surrounded by the given encapsulating-string.
protected  CSVParser.Token CSVParser.nextToken()
          Convenience method for nextToken(null).
protected  CSVParser.Token CSVParser.nextToken(CSVParser.Token tkn)
          Returns the next token.
(package private)  CSVParser.Token CSVParser.Token.reset()
           
private  CSVParser.Token CSVParser.simpleTokenLexer(CSVParser.Token tkn, int c)
          A simple token lexer Simple token are tokens which are not surrounded by encapsulators.
 

Methods in org.apache.commons.csv with parameters of type CSVParser.Token
private  CSVParser.Token CSVParser.encapsulatedTokenLexer(CSVParser.Token tkn, int c)
          An encapsulated token lexer Encapsulated tokens are surrounded by the given encapsulating-string.
protected  CSVParser.Token CSVParser.nextToken(CSVParser.Token tkn)
          Returns the next token.
private  CSVParser.Token CSVParser.simpleTokenLexer(CSVParser.Token tkn, int c)
          A simple token lexer Simple token are tokens which are not surrounded by encapsulators.