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.allSortedKeys
Methods in eu.bandm.tools.d2d2.base with parameters of type EnumerationModifier and TypeMethodDescriptionvoid
CharacterParser.action
(Enumeration enumeration) treat enumeration as parser and create a special resulting structure.void
FirstCalculator.action
(Enumeration def) No operation necessary.protected static @Opt ResultingStructure
Text2Udom.consume_enumeration
(MemScanner<String> scan, Enumeration etype) Used by tag parsers AND character parsers (with multiple parallel scanners !)protected void
CharacterParser.flattened_consumption_of_enum
(Enumeration enumeration) when called from an insertion: treat an enumeration as mere collection of string constants, i.e.protected void
Userdoc.makeEnumTable
(Enumeration def) Generates a tabular visualisation of an enum, following the numerical values.protected void
Reducer.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 void
Udom2Sax.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_itemDocu
Deprecated.Use new '::' method reference instead.static final Function
<Enumeration, CheckedMap_RD<String, Integer>> Enumeration.get_items
Deprecated.Use new '::' method reference instead.static final Function
<Enumeration, CheckedMap_RD<Integer, String>> Enumeration.get_repr
Deprecated.Use new '::' method reference instead.static final Function
<Enumeration, CheckedMap_RD<Integer, CheckedSet<String>>> Enumeration.get_reverse
Deprecated.Use new '::' method reference instead.static final Function
<Enumeration, CheckedList<String>> Enumeration.get_sourceOrder
Deprecated.Use new '::' method reference instead.static final Function
<Enumeration, Boolean> Enumeration.get_xml_emptystructs
Deprecated.Use new '::' method reference instead.static final Function
<Enumeration, EnumRep> Enumeration.get_xml_representation
Deprecated.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 void
CoRewrite.action
(Enumeration e0) protected void
Dump.action
(Enumeration e0) protected void
MATCH_ONLY_00.action
(Enumeration e0) protected void
Match.action
(Enumeration e0) protected void
Rewrite.action
(Enumeration e0) protected void
SinglePhase.action
(Enumeration e0) protected void
Dump.descend
(Enumeration e0) protected void
Match.descend
(Enumeration e0) void
__SAX_Writer.dumpfields
(Enumeration e0) void
__SAX_Parser.XMLPARSER_Enumeration.fillFields
(Enumeration newobj) void
CoRewrite.follow_itemDocu
(Enumeration element) void
Dump.follow_itemDocu
(Enumeration element) void
Match.follow_itemDocu
(Enumeration element) void
Rewrite.follow_itemDocu
(Enumeration element) void
SinglePhase.follow_itemDocu
(Enumeration element) void
MATCH_ONLY_00.followAll_itemDocu
(Enumeration element) void
MATCH_ONLY_00.match
(Enumeration e0) void
__SAX_Parser.XMLPARSER_Enumeration.parsefields
(Enumeration newobj) protected void
Match.post
(Enumeration e0) protected void
Match.pre
(Enumeration e0) protected void
Dump.printscalars
(Enumeration e0) protected void
CoRewrite.rewriteFields
(Enumeration clone) protected void
Rewrite.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