Uses of Class
org.jparsec.StringCase
-
Packages that use StringCase Package Description org.jparsec Provides core Parser implementations for parser combinator logic. -
-
Uses of StringCase in org.jparsec
Fields in org.jparsec declared as StringCase Modifier and Type Field Description private StringCaseTerminals.Builder. stringCaseMethods in org.jparsec that return StringCase Modifier and Type Method Description static StringCaseStringCase. valueOf(java.lang.String name)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 StringCase Modifier and Type Method Description (package private) static LexiconKeywords. lexicon(Parser<java.lang.String> wordScanner, java.util.Collection<java.lang.String> keywordNames, StringCase stringCase, java.util.function.Function<java.lang.String,?> defaultMap)
-