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) |
Modifier and Type | Method and Description |
---|---|
static FromString<TypedToken<TokenType>> |
String2TokenWord.instance()
Get an instance of this implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
MyToken
Deprecated.
|
class |
TokenDecimal
Deprecated.
|
class |
TokenInteger
Deprecated.
|
class |
TokenReserved
Deprecated.
|
class |
TokenWord
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T> TypedToken<T> |
Tokens.createTypedToken(java.lang.String text,
T type)
Create a typed token.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TypedToken.equals(TypedToken other) |