Package | Description |
---|---|
eu.bandm.tools.d2d2.base |
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
|
eu.bandm.tools.d2d2.model |
Umod main model class: This is the internal
model for the d2d text type definitions.
|
Modifier and Type | Field and Description |
---|---|
protected Map<DefInstance,Definition> |
Def2Doc3.defi2rewritten |
protected Set<DefInstance> |
Def2Doc3.hasHomonyms
Contains all instantiated definitions which have homonyms in some other module instantiation.
|
protected Multimap<String,DefInstance> |
Def2Doc3.tag2defi |
Modifier and Type | Method and Description |
---|---|
protected String |
Def2Doc3.defi2anchor(DefInstance defi,
boolean isName) |
protected String |
Def2Doc3.defi2minUniqueName(DefInstance defi) |
protected String |
Def2Doc3.defi2tooltip(DefInstance defi) |
protected String |
Def2Doc3.defi2uniqueId(DefInstance defi) |
protected String |
Def2Doc3.getCategory_short(DefInstance defi) |
protected void |
Def2Doc3.listUsage(DefInstance defi,
Definition defrw) |
protected Element_a |
Def2Doc3.makeJumpTo(DefInstance defi) |
void |
Def2Doc3.makePngAndMap(DefInstance defi,
XRegExp def0)
Create one single graphic file containing the graphic
representation of the syntax of one single declaration.
|
protected void |
Def2Doc3.makeTagListEntry(String tag,
DefInstance defi,
List<Element_li> toclist) |
protected void |
Def2Doc3.renderOneDefInstance(String modulename,
DefInstance defi)
Make the doc entry for one (INSTANTIATED) DECLARATION.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<Definition,DefInstance> |
ResolvedModule.defInstances
Generated by umod; model author's documentation MISSING.
|
static Function<ResolvedModule,CheckedMap_RD<Definition,DefInstance>> |
ResolvedModule.get_defInstances
Deprecated.
Use new '::' method reference instead.
|
static Function<DefInstance,CheckedSet<String>> |
DefInstance.get_importKeys
Deprecated.
Use new '::' method reference instead.
|
static Function<DefInstance,Definition> |
DefInstance.get_raw
Deprecated.
Use new '::' method reference instead.
|
static Function<DefInstance,String> |
DefInstance.get_representingKey
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends DefInstance> |
Rewrite.breakLoop(T e0) |
Modifier and Type | Method and Description |
---|---|
DefInstance |
DefInstance.doclone()
Clones this object.
|
DefInstance |
DefInstance.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
CheckedMap_RD<Definition,DefInstance> |
ResolvedModule.get_defInstances()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CoRewrite.action(DefInstance e0) |
protected void |
Rewrite.action(DefInstance e0) |
protected void |
Match.action(DefInstance e0) |
protected void |
__Formatter.action(DefInstance el) |
protected void |
SinglePhase.action(DefInstance e0) |
protected void |
MATCH_ONLY_00.action(DefInstance e0) |
protected void |
Dump.action(DefInstance e0) |
protected void |
Match.descend(DefInstance e0) |
protected void |
Dump.descend(DefInstance e0) |
void |
MATCH_ONLY_00.match(DefInstance e0) |
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
ResolvedModule.set_defInstances(CheckedMap_RD<Definition,DefInstance> val)
Generated by umod; model author's documentation MISSING.
|
see also the complete user documentation .