Package | Description |
---|---|
jfun.parsec |
Provides classes and interfaces for parser combinator logic and basic parsers.
|
jfun.parsec.tokens |
Provides some predefined tokens and Tokenizer implementations.
|
Modifier and Type | Method and Description |
---|---|
TypedToken<TokenType> |
String2TokenWord.fromString(int from,
int len,
java.lang.String s) |
static FromString<TypedToken<TokenType>> |
String2TokenWord.instance()
Get an instance of this implementation.
|
Modifier and Type | Method and Description |
---|---|
static TokenType |
TokenType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TokenType[] |
TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|