JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
org.jparsec.combinator.Lexeme
Packages that use
Lexeme
Package
Description
org.jparsec
Uses of
Lexeme
in
org.jparsec
Methods in
org.jparsec
that return
Lexeme
Modifier and Type
Method
Description
static <T>
Lexeme
<T>
Api.
lexeme
(
Matcher
<T> inner,
Matcher
<?> ws)
Wraps first rule and takes up second rule to exhaustion.