Uses of Class
eu.bandm.tools.d2d2.model.DefInstance
Packages that use DefInstance
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 DefInstance in eu.bandm.tools.d2d2.base
Fields in eu.bandm.tools.d2d2.base with type parameters of type DefInstanceModifier and TypeFieldDescriptionprotected Map<DefInstance, Definition> UserdocInstantiated.defi2rewrittenprotected Set<DefInstance> UserdocInstantiated.hasHomonymsContains all instantiated definitions which have homonyms in some other module instantiation.protected Multimap<String, DefInstance> UserdocInstantiated.tag2defiMethods in eu.bandm.tools.d2d2.base with parameters of type DefInstanceModifier and TypeMethodDescriptionprotected StringUserdocInstantiated.defi2anchor(DefInstance defi, boolean isName) protected StringUserdocInstantiated.defi2minUniqueName(DefInstance defi) protected StringUserdocInstantiated.defi2tooltip(DefInstance defi) protected StringUserdocInstantiated.defi2uniqueId(DefInstance defi) DOCMEprotected Element_aUserdocInstantiated.makeJumpTo(DefInstance defi) protected voidUserdocInstantiated.makeTagListEntry(String tag, DefInstance defi, List<Element_li> toclist) Make one line for each tag in some initial "tag list".protected voidUserdocInstantiated.renderOneDefInstance(String modulename, DefInstance defi) Make the doc entry for one (INSTANTIATED) DECLARATION. -
Uses of DefInstance in eu.bandm.tools.d2d2.model
Fields in eu.bandm.tools.d2d2.model with type parameters of type DefInstanceModifier and TypeFieldDescriptionprotected NonNullMap<Definition, DefInstance> ResolvedModule.defInstancesGenerated by umod; model author's documentation MISSING.static final Function<ResolvedModule, NonNullMap<Definition, DefInstance>> ResolvedModule.get_defInstancesDeprecated.Use new '::' method reference instead.static final Function<DefInstance, NonNullSet<String>> DefInstance.get_importKeysDeprecated.Use new '::' method reference instead.static final Function<DefInstance, Definition> DefInstance.get_rawDeprecated.Use new '::' method reference instead.static final Function<DefInstance, String> DefInstance.get_representingKeyDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.model with type parameters of type DefInstanceMethods in eu.bandm.tools.d2d2.model that return DefInstanceModifier and TypeMethodDescriptionDefInstance.doclone()Clones this object.__SAX_Parser.fill_DefInstance(Object res) Copies values of all common fields from the argument.__SAX_Parser.matchSAX_DefInstance()Methods in eu.bandm.tools.d2d2.model that return types with arguments of type DefInstanceModifier and TypeMethodDescriptionResolvedModule.get_defInstances()Generated by umod; model author's documentation MISSING.static Pattern<DefInstance> DefInstance.get_importKeys(Pattern<? super NonNullSet<String>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DefInstance> DefInstance.get_raw(Pattern<? super Definition> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DefInstance> DefInstance.get_representingKey(Pattern<? super String> p) Lifts a pattern which matches the field value to one which matches this whole object.protected NonNullMap<Definition, DefInstance> __SAX_Parser.parse_6()static Pattern<DefInstance> __Patterns.term_DefInstance(Pattern<Object> superpattern, Pattern<? super Definition> p_raw, Pattern<? super String> p_representingKey, Pattern<? super NonNullSet<String>> p_importKeys) Methods in eu.bandm.tools.d2d2.model with parameters of type DefInstanceModifier and TypeMethodDescriptionprotected void__Formatter.action(DefInstance el) void__SAX_Writer.action(DefInstance e0) protected voidCoRewrite.action(DefInstance e0) protected voidDump.action(DefInstance e0) protected voidMATCH_ONLY_00.action(DefInstance e0) protected voidMatch.action(DefInstance e0) protected voidRewrite.action(DefInstance e0) protected voidSinglePhase.action(DefInstance e0) protected voidDump.descend(DefInstance e0) protected voidMatch.descend(DefInstance e0) void__SAX_Writer.dumpfields(DefInstance e0) void__SAX_Parser.XMLPARSER_DefInstance.fillFields(DefInstance newobj) voidMATCH_ONLY_00.match(DefInstance e0) void__SAX_Parser.XMLPARSER_DefInstance.parsefields(DefInstance newobj) protected voidMatch.post(DefInstance e0) protected voidMatch.pre(DefInstance e0) protected voidDump.printscalars(DefInstance e0) voidResolvedModule.put_defInstances(Definition key0, DefInstance value) Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.protected voidCoRewrite.rewriteFields(DefInstance clone) protected voidRewrite.rewriteFields(DefInstance clone) protected Format__Formatter.toFormat(DefInstance el) Method parameters in eu.bandm.tools.d2d2.model with type arguments of type DefInstanceModifier and TypeMethodDescription__Patterns.cast_DefInstance(Pattern<? super DefInstance> p) static Pattern<ResolvedModule> ResolvedModule.get_defInstances(Pattern<? super NonNullMap<Definition, DefInstance>> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanResolvedModule.set_defInstances(NonNullMap<Definition, DefInstance> val) Generated by umod; model author's documentation MISSING.