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