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.defi2rewritten
protected Set
<DefInstance> UserdocInstantiated.hasHomonyms
Contains all instantiated definitions which have homonyms in some other module instantiation.protected Multimap
<String, DefInstance> UserdocInstantiated.tag2defi
Methods in eu.bandm.tools.d2d2.base with parameters of type DefInstanceModifier and TypeMethodDescriptionprotected String
UserdocInstantiated.defi2anchor
(DefInstance defi, boolean isName) protected String
UserdocInstantiated.defi2minUniqueName
(DefInstance defi) protected String
UserdocInstantiated.defi2tooltip
(DefInstance defi) protected String
UserdocInstantiated.defi2uniqueId
(DefInstance defi) DOCMEprotected Element_a
UserdocInstantiated.makeJumpTo
(DefInstance defi) protected void
UserdocInstantiated.makeTagListEntry
(String tag, DefInstance defi, List<Element_li> toclist) Make one line for each tag in some initial "tag list".protected void
UserdocInstantiated.renderOneDefInstance
(String modulename, DefInstance defi) Make the doc entry for one (INSTANTIATED) DECLARATION.(package private) final String
CharParserPrepare.representingKey
(DefInstance defI, Module rawMod) ATTENTION ParseParticles are unified w.r.t. -
Uses of DefInstance in eu.bandm.tools.d2d2.model
Fields in eu.bandm.tools.d2d2.model with type parameters of type DefInstanceModifier and TypeFieldDescriptionprotected CheckedMap_RD
<Definition, DefInstance> ResolvedModule.defInstances
Generated by umod; model author's documentation MISSING.static final Function
<ResolvedModule, CheckedMap_RD<Definition, DefInstance>> ResolvedModule.get_defInstances
Deprecated.Use new '::' method reference instead.static final Function
<DefInstance, CheckedSet<String>> DefInstance.get_importKeys
Deprecated.Use new '::' method reference instead.static final Function
<DefInstance, Definition> DefInstance.get_raw
Deprecated.Use new '::' method reference instead.static final Function
<DefInstance, String> DefInstance.get_representingKey
Deprecated.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 CheckedSet<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 CheckedMap_RD
<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 CheckedSet<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 void
CoRewrite.action
(DefInstance e0) protected void
Dump.action
(DefInstance e0) protected void
MATCH_ONLY_00.action
(DefInstance e0) protected void
Match.action
(DefInstance e0) protected void
Rewrite.action
(DefInstance e0) protected void
SinglePhase.action
(DefInstance e0) protected void
Dump.descend
(DefInstance e0) protected void
Match.descend
(DefInstance e0) void
__SAX_Writer.dumpfields
(DefInstance e0) void
__SAX_Parser.XMLPARSER_DefInstance.fillFields
(DefInstance newobj) void
MATCH_ONLY_00.match
(DefInstance e0) void
__SAX_Parser.XMLPARSER_DefInstance.parsefields
(DefInstance newobj) protected void
Match.post
(DefInstance e0) protected void
Match.pre
(DefInstance e0) protected void
Dump.printscalars
(DefInstance e0) void
ResolvedModule.put_defInstances
(Definition key0, DefInstance value) Convenience un-Currying method.protected void
CoRewrite.rewriteFields
(DefInstance clone) protected void
Rewrite.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 CheckedMap_RD<Definition, DefInstance>> p) Lifts a pattern which matches the field value to one which matches this whole object.boolean
ResolvedModule.set_defInstances
(CheckedMap_RD<Definition, DefInstance> val) Generated by umod; model author's documentation MISSING.