Uses of Class
org.apache.commons.csv.Token
-
-
Uses of Token in org.apache.commons.csv
Fields in org.apache.commons.csv declared as Token Modifier and Type Field Description private TokenCSVParser. reusableTokenMethods in org.apache.commons.csv that return Token Modifier and Type Method Description (package private) TokenLexer. nextToken(Token token)Returns 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 Token Modifier and Type Method Description private voidLexer. appendNextEscapedCharacterToToken(Token token)Appends the next escaped character to the token's content.(package private) TokenLexer. nextToken(Token token)Returns the next token.private TokenLexer. parseEncapsulatedToken(Token token)Parses an encapsulated token.private TokenLexer. parseSimpleToken(Token token, int ch)Parses a simple token.
-