Uses of Interface
org.codehaus.jparsec.TokenMap

Packages that use TokenMap
org.codehaus.jparsec Provides core Parser implementations for parser combinator logic. 
 

Uses of TokenMap in org.codehaus.jparsec
 

Methods in org.codehaus.jparsec with parameters of type TokenMap
static
<T> Parser<T>
Parsers.token(TokenMap<? extends T> fromToken)
          Checks the current token with the fromToken object.
 



Copyright © 2014. All rights reserved.