Package | Description |
---|---|
org.jparsec |
Provides core Parser implementations for parser combinator logic.
|
Modifier and Type | Method and Description |
---|---|
static <T> Parser<T> |
Parsers.token(TokenMap<? extends T> fromToken)
Checks the current token with the
fromToken object. |
Copyright © 2013–2016 jparsec. All rights reserved.