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 |
---|---|
void |
Resolver2.action(Subst subst) |
void |
SyntaxGraph.Layouter.action(Subst subst) |
void |
Navigate.LocalReferenceNormalizer.action(Subst x)
Do not normalize the x in "a^(b/x)".
|
void |
Resolver.InsertionAndSubstititionResolver.action(Subst sub) |
void |
Resolver3.action(Subst subst)
Simply insert a new
Resolver3.Binding on top of the stack of local substs,
then descend into the sub-expression. |
void |
Def2Dtd.action(Subst x) |
void |
Resolver4.action(Subst subst) |
void |
StackPrinter.ExpressionPrinter.action(Subst x) |
void |
RewriteCompare.descend(Subst e) |
void |
Resolver3.Equivalence.descend(Subst e) |
void |
Resolver4.Equivalence.descend(Subst e) |
Modifier and Type | Field and Description |
---|---|
static Function<Subst,Reference> |
Subst.get_div
Deprecated.
Use new '::' method reference instead.
|
static Function<Subst,Expression> |
Subst.get_mul
Deprecated.
Use new '::' method reference instead.
|
static Function<Subst,Expression> |
Subst.get_on
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
Subst |
Subst.doclone()
Clones this object.
|
Subst |
Subst.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CoRewrite.action(Subst e0) |
protected void |
Rewrite.action(Subst e0) |
protected void |
Match.action(Subst e0) |
protected void |
__Formatter.action(Subst el) |
protected void |
SinglePhase.action(Subst e0) |
protected void |
MATCH_ONLY_00.action(Subst e0) |
protected void |
Dump.action(Subst e0) |
protected void |
Match.descend(Subst e0) |
protected void |
Dump.descend(Subst e0) |
void |
MATCH_ONLY_00.match(Subst e0) |
protected void |
Match.post(Subst e0) |
protected void |
Match.pre(Subst e0) |
protected void |
Dump.printscalars(Subst e0) |
protected void |
CoRewrite.rewriteFields(Subst clone) |
protected void |
Rewrite.rewriteFields(Subst clone) |
protected Format |
__Formatter.toFormat(Subst el) |
see also the complete user documentation .