Package | Description |
---|---|
eu.bandm.tscore.base |
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework. |
Modifier and Type | Method and Description |
---|---|
static Translet._CONST<String> |
Translet.CONST(String s)
Factory method for a const parser where the accepted string is the parsing result.
|
static <X> Translet._CONST<X> |
Translet.CONST(String s,
X x)
Factory method for a const parser with explicit parsing result.
|