Uses of Class
org.jparsec.Lexicon
Packages that use Lexicon
-
Uses of Lexicon in org.jparsec
Subclasses of Lexicon in org.jparsecModifier and TypeClassDescriptionfinal classProvides convenient API to build lexer and parsers for terminals.Methods in org.jparsec that return LexiconModifier and TypeMethodDescription(package private) static LexiconKeywords.lexicon(Parser<String> wordScanner, Collection<String> keywordNames, StringCase stringCase, Function<String, ?> defaultMap) (package private) static LexiconOperators.lexicon(Collection<String> operatorNames) Gets aLexiconinstance withTokens.reserved(String)as each operator's value and a lexer that strives to try the shortest operator first.(package private) LexiconMethods in org.jparsec with parameters of type LexiconConstructors in org.jparsec with parameters of type Lexicon