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 | Method and Description |
---|---|
protected Alt |
XsltSpecialized.makealt(CheckedList<Expression> subs) |
protected Alt |
Text2Udom.makealt(CheckedList<Expression> subs) |
protected Alt |
XsltSpecialized.makealt(Collection<Reference> subs) |
protected Alt |
Text2Udom.makealt(Collection<Reference> subs) |
Modifier and Type | Method and Description |
---|---|
void |
CharacterParser.action(Alt expr) |
void |
SyntaxGraph.Layouter.action(Alt alt) |
void |
SyntaxGraph.Painter.action(Alt alt)
ASSUME Alt.on is not a singleton, not "deprivated".
|
void |
Text2Udom.Starter.action(Alt alt) |
void |
Resolver.AllExpressionNormalizer.action(Alt x) |
void |
Resolver.FirstCalculator.action(Alt alt) |
void |
CharParserPrepare.EliminateRecursion.action(Alt alt) |
void |
CharParserPrepare.ReduceToCardinalities.action(Alt exp) |
void |
Def2Dtd.action(Alt x) |
void |
StackPrinter.ExpressionPrinter.action(Alt x) |
void |
RewriteCompare.descend(Alt e) |
void |
Resolver3.Equivalence.descend(Alt e) |
void |
Resolver4.Equivalence.descend(Alt e) |
protected void |
Resolver3.rewriteFields(Alt clone)
Rewrite all sub-expessions; propagate "all are empty" upwards, or
replace singleton-alternative by its only member.
|
protected void |
Resolver4.rewriteFields(Alt clone) |
Modifier and Type | Field and Description |
---|---|
static Function<Alt,CheckedList<Expression>> |
Alt.get_on
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
Alt |
Alt.doclone()
Clones this object.
|
Alt |
Alt.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Alt |
Alt.with_on(CheckedList<Expression> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CoRewrite.action(Alt e0) |
protected void |
Rewrite.action(Alt e0) |
protected void |
Match.action(Alt e0) |
protected void |
__Formatter.action(Alt el) |
protected void |
SinglePhase.action(Alt e0) |
protected void |
MATCH_ONLY_00.action(Alt e0) |
protected void |
Dump.action(Alt e0) |
protected void |
Match.descend(Alt e0) |
protected void |
Dump.descend(Alt e0) |
void |
MATCH_ONLY_00.match(Alt e0) |
protected void |
Match.post(Alt e0) |
protected void |
Match.pre(Alt e0) |
protected void |
Dump.printscalars(Alt e0) |
protected void |
CoRewrite.rewriteFields(Alt clone) |
protected void |
Rewrite.rewriteFields(Alt clone) |
protected Format |
__Formatter.toFormat(Alt el) |
boolean |
Alt.x_equals(Alt e0) |
see also the complete user documentation .