Uses of Class
eu.bandm.tscore.base.Translet.Recursive
Package
Description
All fundamental entities for modeling music.
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework.-
Uses of Translet.Recursive in eu.bandm.music.entities
Modifier and TypeFieldDescriptionprotected static final Translet.Recursive<MTreeSpec>
MTreeSpec.parser_summand_recursive
-
Uses of Translet.Recursive in eu.bandm.tscore.base
Modifier and TypeMethodDescriptionstatic <R> Translet.Recursive<R>
Translet.RECURSIVE()
Factory method for a Parser with a synthetic name in all print-outs.static <R> Translet.Recursive<R>
Factory method for a Parser with the given name in all print-outs.Modifier and TypeMethodDescriptionprotected 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.Translet._CAT.name
(boolean full, Map<Translet.Recursive, String> names) Translet._CONST.name
(boolean full, Map<Translet.Recursive, String> names) Returns a user-readable text representation.Translet._REGEX.name
(boolean full, Map<Translet.Recursive, String> names) Translet.FramedParser.name
(boolean full, Map<Translet.Recursive, String> names) Translet.HeadParser.name
(boolean full, Map<Translet.Recursive, String> names) Translet.OptionParser.name
(boolean full, Map<Translet.Recursive, String> names) Returns a user-readable text representation.Translet.OrCoTupleParser.name
(boolean full, Map<Translet.Recursive, String> names) Translet.OrLimesParser.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.Translet.PermutationParser.name
(boolean full, Map<Translet.Recursive, String> names) Translet.PriorCoTupleParser.name
(boolean full, Map<Translet.Recursive, String> names) Translet.PriorLimesParser.name
(boolean full, Map<Translet.Recursive, String> names) Translet.Recursive.name
(boolean full, Map<Translet.Recursive, String> names) Translet.RepParser.name
(boolean full, Map<Translet.Recursive, String> names) Translet.SequParser.name
(boolean full, Map<Translet.Recursive, String> names) Translet.StorageWrapper.name
(boolean full, Map<Translet.Recursive, String> names) TransletLib._TEST.name
(boolean full, Map<Translet.Recursive, String> names) 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.