Uses of Enum
org.csveed.token.EncounteredSymbol
Packages that use EncounteredSymbol
Package
Description
The package responsible for reading a CSV line from a 
Reader and converting this to tokens.- 
Uses of EncounteredSymbol in org.csveed.token
Methods in org.csveed.token that return EncounteredSymbolModifier and TypeMethodDescriptionSymbolMapping.find(int character, ParseState parseState) Find.ParseException.getSymbol()Gets the symbol.static EncounteredSymbolReturns the enum constant of this type with the specified name.static EncounteredSymbol[]EncounteredSymbol.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 EncounteredSymbolModifier and TypeMethodDescriptionvoidSymbolMapping.addMapping(EncounteredSymbol symbol, char[] characters) Adds the mapping.voidSymbolMapping.addMapping(EncounteredSymbol symbol, Character character) Adds the mapping.protected ParseStateParseStateMachine.determineState(int symbolCharacter, EncounteredSymbol symbol) Determine state.charSymbolMapping.getFirstMappedCharacter(EncounteredSymbol encounteredSymbol) Gets the first mapped character.char[]SymbolMapping.getMappedCharacters(EncounteredSymbol encounteredSymbol) Gets the mapped characters.Constructors in org.csveed.token with parameters of type EncounteredSymbolModifierConstructorDescriptionParseException(ParseState state, int symbolCharacter, EncounteredSymbol symbol) Instantiates a new parses the exception.