Uses of Enum
org.csveed.token.ParseState
Packages that use 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
Methods in org.csveed.token that return ParseStateModifier and TypeMethodDescriptionprotected ParseStateParseStateMachine.determineState(int symbolCharacter, EncounteredSymbol symbol) Determine state.ParseException.getState()Gets the state.static ParseStateReturns 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.Methods in org.csveed.token with parameters of type ParseStateConstructors in org.csveed.token with parameters of type ParseStateModifierConstructorDescriptionParseException(ParseState state, int symbolCharacter, EncounteredSymbol symbol) Instantiates a new parses the exception.