Uses of Class
org.apache.commons.csv.Token
-
Uses of Token in org.apache.commons.csv
Fields in org.apache.commons.csv declared as TokenMethods in org.apache.commons.csv that return TokenModifier and TypeMethodDescription(package private) TokenReturns the next token.private TokenLexer.parseEncapsulatedToken(Token token) Parses an encapsulated token.private TokenLexer.parseSimpleToken(Token token, int ch) Parses a simple token.Methods in org.apache.commons.csv with parameters of type TokenModifier and TypeMethodDescriptionprivate voidLexer.appendNextEscapedCharacterToToken(Token token) Appends the next escaped character to the token's content.(package private) TokenReturns the next token.private TokenLexer.parseEncapsulatedToken(Token token) Parses an encapsulated token.private TokenLexer.parseSimpleToken(Token token, int ch) Parses a simple token.