Uses of Enum
org.jparsec.StringCase
Packages that use StringCase
-
Uses of StringCase in org.jparsec
Fields in org.jparsec declared as StringCaseMethods in org.jparsec that return StringCaseModifier and TypeMethodDescriptionstatic StringCaseReturns the enum constant of this type with the specified name.static StringCase[]StringCase.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jparsec with parameters of type StringCaseModifier and TypeMethodDescription(package private) static LexiconKeywords.lexicon(Parser<String> wordScanner, Collection<String> keywordNames, StringCase stringCase, Function<String, ?> defaultMap)