|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FromToken | |
---|---|
jfun.parsec | Provides classes and interfaces for parser combinator logic and basic parsers. |
Uses of FromToken in jfun.parsec |
---|
Classes in jfun.parsec that implement FromToken | |
---|---|
class |
IsToken
Tests if the token is the same token expected. |
Methods in jfun.parsec that return FromToken | ||
---|---|---|
static
|
Terms.fromTypedToken(T[] types,
FromString<R> f)
Get a FromToken object that only recognizes a token of certain types. |
|
static
|
Terms.fromTypedToken(T type,
FromString<R> f)
Get a FromToken object that only recognizes a token of a certain type. |
|
static FromToken<Tok> |
IsToken.instance(java.lang.Object t)
Creates a FromToken instance using the given expected token t. |
Methods in jfun.parsec with parameters of type FromToken | ||
---|---|---|
static
|
Parsers.token(FromToken<R> ft)
Token level parser. |
|
static
|
Parsers.token(java.lang.String name,
FromToken<R> ft)
Token level parser. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |