Uses of Class
org.jparsec.Lexicon
-
Packages that use Lexicon Package Description org.jparsec Provides core Parser implementations for parser combinator logic. -
-
Uses of Lexicon in org.jparsec
Subclasses of Lexicon in org.jparsec Modifier and Type Class Description classTerminalsProvides convenient API to build lexer and parsers for terminals.Methods in org.jparsec that return Lexicon 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)(package private) static LexiconOperators. lexicon(java.util.Collection<java.lang.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) LexiconLexicon. union(Lexicon that)Methods in org.jparsec with parameters of type Lexicon Modifier and Type Method Description (package private) LexiconLexicon. union(Lexicon that)Constructors in org.jparsec with parameters of type Lexicon Constructor Description Terminals(Lexicon lexicon)
-