Uses of Enum Class
eu.bandm.tscore.base.Translet.disj_flavour
Packages that use Translet.disj_flavour
Package
Description
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework.-
Uses of Translet.disj_flavour in eu.bandm.tscore.base
Methods in eu.bandm.tscore.base that return Translet.disj_flavourModifier and TypeMethodDescriptionstatic Translet.disj_flavour
Returns the enum constant of this class with the specified name.static Translet.disj_flavour[]
Translet.disj_flavour.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.bandm.tscore.base with parameters of type Translet.disj_flavourModifier and TypeMethodDescriptionprotected static void
Translet.disj_makeAlternative
(Translet.disj_flavour flavour, Translet.State<?> inState, Set<Translet.Alternative> alternatives, List<Translet.Parser<?>> notHit, Set<Translet.Alternative> subAlts) Constructs a new disjunction parser of the given kind with all failed sub-parser, to add this new expression to alternatives.