Uses of Class
eu.bandm.tools.d2d2.model.Enumeration
Packages that use Enumeration
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Umod main model class: This is the internal
model for the d2d text type definitions.
-
Uses of Enumeration in eu.bandm.tools.d2d2.base
Fields in eu.bandm.tools.d2d2.base declared as EnumerationFields in eu.bandm.tools.d2d2.base with type parameters of type EnumerationModifier and TypeFieldDescriptionprotected static final Map<Enumeration, String[]> Text2Udom.allSortedKeysMethods in eu.bandm.tools.d2d2.base with parameters of type EnumerationModifier and TypeMethodDescriptionvoidCharacterParser.action(Enumeration enumeration) treat enumeration as parser and create a special resulting structure.voidFirstCalculator.action(Enumeration def) No operation necessary.protected static @Opt ResultingStructureText2Udom.consume_enumeration(MemScanner<String> scan, Enumeration etype) Used by tag parsers AND character parsers (with multiple parallel scanners !)protected voidCharacterParser.flattened_consumption_of_enum(Enumeration enumeration) when called from an insertion: treat an enumeration as mere collection of string constants, i.e.protected voidUserdoc.makeEnumTable(Enumeration def) Generates a tabular visualisation of an enum, following the numerical values.protected voidReducer.putDocu(Enumeration e, String item) Docu text and key have been stored in GLO variables by visit(El.._documentation).protected static String[]Text2Udom.sortKeys(Enumeration e) protected voidUdom2Sax.writeout_enum(Enumeration enumT, ResultingStructure res, AttributesImpl att) -
Uses of Enumeration in eu.bandm.tools.d2d2.model
Fields in eu.bandm.tools.d2d2.model with type parameters of type EnumerationModifier and TypeFieldDescriptionstatic final Function<Enumeration, CheckedMap_RD<Integer, CheckedMap_RD<String, CheckedList<LocString>>>> Enumeration.get_itemDocuDeprecated.Use new '::' method reference instead.static final Function<Enumeration, CheckedMap_RD<String, Integer>> Enumeration.get_itemsDeprecated.Use new '::' method reference instead.static final Function<Enumeration, CheckedMap_RD<Integer, String>> Enumeration.get_reprDeprecated.Use new '::' method reference instead.static final Function<Enumeration, CheckedMap_RD<Integer, CheckedSet<String>>> Enumeration.get_reverseDeprecated.Use new '::' method reference instead.static final Function<Enumeration, CheckedList<String>> Enumeration.get_sourceOrderDeprecated.Use new '::' method reference instead.static final Function<Enumeration, Boolean> Enumeration.get_xml_emptystructsDeprecated.Use new '::' method reference instead.static final Function<Enumeration, EnumRep> Enumeration.get_xml_representationDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.model that return EnumerationModifier and TypeMethodDescriptionEnumeration.doclone()Clones this object.__SAX_Parser.fill_Enumeration(Object res) Copies values of all common fields from the argument.__SAX_Parser.matchSAX_Enumeration()Methods in eu.bandm.tools.d2d2.model that return types with arguments of type EnumerationModifier and TypeMethodDescriptionstatic Pattern<Enumeration> Enumeration.get_itemDocu(Pattern<? super CheckedMap_RD<Integer, CheckedMap_RD<String, CheckedList<LocString>>>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<Enumeration> Enumeration.get_items(Pattern<? super CheckedMap_RD<String, Integer>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<Enumeration> Enumeration.get_repr(Pattern<? super CheckedMap_RD<Integer, String>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<Enumeration> Enumeration.get_reverse(Pattern<? super CheckedMap_RD<Integer, CheckedSet<String>>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<Enumeration> Enumeration.get_sourceOrder(Pattern<? super CheckedList<String>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<Enumeration> Enumeration.get_xml_emptystructs(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<Enumeration> Enumeration.get_xml_representation(Pattern<? super EnumRep> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<Enumeration> __Patterns.term_Enumeration(Pattern<? super Definition> superpattern, Pattern<? super CheckedList<String>> p_sourceOrder, Pattern<? super CheckedMap_RD<String, Integer>> p_items, Pattern<? super CheckedMap_RD<Integer, CheckedSet<String>>> p_reverse, Pattern<? super CheckedMap_RD<Integer, String>> p_repr, Pattern<? super EnumRep> p_xml_representation, Pattern<? super Boolean> p_xml_emptystructs, Pattern<? super CheckedMap_RD<Integer, CheckedMap_RD<String, CheckedList<LocString>>>> p_itemDocu) Methods in eu.bandm.tools.d2d2.model with parameters of type EnumerationModifier and TypeMethodDescriptionprotected void__Formatter.action(Enumeration el) void__SAX_Writer.action(Enumeration e0) protected voidCoRewrite.action(Enumeration e0) protected voidDump.action(Enumeration e0) protected voidMATCH_ONLY_00.action(Enumeration e0) protected voidMatch.action(Enumeration e0) protected voidRewrite.action(Enumeration e0) protected voidSinglePhase.action(Enumeration e0) protected voidDump.descend(Enumeration e0) protected voidMatch.descend(Enumeration e0) void__SAX_Writer.dumpfields(Enumeration e0) void__SAX_Parser.XMLPARSER_Enumeration.fillFields(Enumeration newobj) voidCoRewrite.follow_itemDocu(Enumeration element) voidDump.follow_itemDocu(Enumeration element) voidMatch.follow_itemDocu(Enumeration element) voidRewrite.follow_itemDocu(Enumeration element) voidSinglePhase.follow_itemDocu(Enumeration element) voidMATCH_ONLY_00.followAll_itemDocu(Enumeration element) voidMATCH_ONLY_00.match(Enumeration e0) void__SAX_Parser.XMLPARSER_Enumeration.parsefields(Enumeration newobj) protected voidMatch.post(Enumeration e0) protected voidMatch.pre(Enumeration e0) protected voidDump.printscalars(Enumeration e0) protected voidCoRewrite.rewriteFields(Enumeration clone) protected voidRewrite.rewriteFields(Enumeration clone) protected Format__Formatter.toFormat(Enumeration el) Method parameters in eu.bandm.tools.d2d2.model with type arguments of type Enumeration -
Uses of Enumeration in eu.bandm.tools.d2d2.parser2
Methods in eu.bandm.tools.d2d2.parser2 with parameters of type Enumeration