Uses of Enum
org.csveed.token.ParseState
Package
Description
The package responsible for reading a CSV line from a
Reader
and converting this to tokens.-
Uses of ParseState in org.csveed.token
Modifier and TypeMethodDescriptionprotected ParseState
ParseStateMachine.determineState
(int symbolCharacter, EncounteredSymbol symbol) Determine state.ParseException.getState()
Gets the state.static ParseState
Returns the enum constant of this type with the specified name.static ParseState[]
ParseState.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionParseException
(ParseState state, int symbolCharacter, EncounteredSymbol symbol) Instantiates a new parses the exception.