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 StringCase
Returns 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 Lexicon
Keywords.lexicon
(Parser<String> wordScanner, Collection<String> keywordNames, StringCase stringCase, Function<String, ?> defaultMap)