JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.jparsec
TokenMap
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.