Package | Description |
---|---|
eu.bandm.music.entities |
All fundamental entities for modeling music.
|
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 | Field and Description |
---|---|
protected static Translet.Recursive<MTreeSpec> |
MTreeSpec.parser_summand_recursive |
Modifier and Type | Method and Description |
---|---|
static <R> Translet.Recursive<R> |
Translet.RECURSIVE()
Factory method for a Parser with a synthetic name in all print-outs.
|
static <R> Translet.Recursive<R> |
Translet.RECURSIVE(String name)
Factory method for a Parser with the given name in all print-outs.
|
Modifier and Type | Method and Description |
---|---|
protected static Format |
Translet.disj_makeName(String operator,
boolean full,
Map<Translet.Recursive,String> names,
Translet.Parser<?> p1,
Translet.Parser<?> p2,
Translet.Parser<?> p3,
Translet.Parser<?> p4)
Construct the pretty-print name for a disjunctive parser.
|
protected Format |
Translet.ProductParser.name_0(boolean full,
Map<Translet.Recursive,String> names,
String myConstructor)
Construct the part of the names which is common for all subclasses.
|
Format |
TransletLib._TEST.name(boolean full,
Map<Translet.Recursive,String> names) |
abstract Format |
Translet.Parser.name(boolean full,
Map<Translet.Recursive,String> names)
Returns a user-readable text representation.
|
Format |
Translet.Recursive.name(boolean full,
Map<Translet.Recursive,String> names) |
Format |
Translet._CONST.name(boolean full,
Map<Translet.Recursive,String> names)
Returns a user-readable text representation.
|
Format |
Translet._REGEX.name(boolean full,
Map<Translet.Recursive,String> names) |
Format |
Translet._CAT.name(boolean full,
Map<Translet.Recursive,String> names) |
Format |
Translet.StorageWrapper.name(boolean full,
Map<Translet.Recursive,String> names) |
Format |
Translet.FramedParser.name(boolean full,
Map<Translet.Recursive,String> names) |
Format |
Translet.HeadParser.name(boolean full,
Map<Translet.Recursive,String> names) |
Format |
Translet.SequParser.name(boolean full,
Map<Translet.Recursive,String> names) |
Format |
Translet.PermutationParser.name(boolean full,
Map<Translet.Recursive,String> names) |
Format |
Translet.OrCoTupleParser.name(boolean full,
Map<Translet.Recursive,String> names) |
Format |
Translet.PriorCoTupleParser.name(boolean full,
Map<Translet.Recursive,String> names) |
Format |
Translet.OrLimesParser.name(boolean full,
Map<Translet.Recursive,String> names) |
Format |
Translet.PriorLimesParser.name(boolean full,
Map<Translet.Recursive,String> names) |
Format |
Translet.RepParser.name(boolean full,
Map<Translet.Recursive,String> names) |
Format |
Translet.OptionParser.name(boolean full,
Map<Translet.Recursive,String> names)
Returns a user-readable text representation.
|