JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
org.jparsec.TokenMap
Packages that use
TokenMap
Package
Description
org.jparsec
Provides core
Parser
implementations for parser combinator logic.
Uses of
TokenMap
in
org.jparsec
Methods in
org.jparsec
with parameters of type
TokenMap
Modifier and Type
Method
Description
static <T>
Parser
<T>
Parsers.
token
(
TokenMap
<? extends T> fromToken)
Checks the current token with the
fromToken
object.