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(Insertion ins) |
void |
CharacterParser.action(Insertion insertion)
Special case of insertion, namely the reference to an enumeration,
can survive the rewriting process: (@ ref).
|
void |
SyntaxGraph.Layouter.action(Insertion ins)
insertions may have survived ONLY as flattened calls to character parsers.
|
void |
SyntaxGraph.Painter.action(Insertion ins) |
void |
Text2Udom.Starter.action(Insertion x) |
void |
Navigate.CharSetCalc.action(Insertion ins) |
void |
Resolver.InsertionAndSubstititionResolver.action(Insertion ins) |
void |
Resolver.FirstCalculator.action(Insertion x) |
void |
Resolver3.action(Insertion ins)
Insert a new
Resolver3.FlattenContext on top of the stack of flatten contexts,
then descend into the sub-expression. |
void |
CharParserPrepare.EliminateRecursion.action(Insertion ins)
ASSUME that only "direct insertions of CharsRegExp (and Enumeration)" have
survived the Resolve3 expansion process.
|
void |
CharParserPrepare.ReduceToCardinalities.action(Insertion ref) |
void |
Def2Dtd.action(Insertion x) |
void |
Resolver4.action(Insertion ins) |
void |
StackPrinter.ExpressionPrinter.action(Insertion x) |
protected void |
Resolver.ReferenceResolver.checkInsertion(Expression exp,
String origText,
Insertion callingInsertion)
Called if a substitution goes to a reference or "#none", in case
the substituted ref is an argument to a "@"
FIXME später raus, "@" wird kompositional in NEUEM Algorithmus!
|
void |
RewriteCompare.descend(Insertion e) |
void |
Resolver3.Equivalence.descend(Insertion e) |
void |
Resolver4.Equivalence.descend(Insertion e) |
static Expression |
Navigate.insertedExpression(Insertion ins) |
protected Expression |
Resolver.ReferenceResolver.resolveRefText(Reference ref,
Insertion callingInsertion)
Resolve the source text of a reference to a declaration and store this
in "resolved".
|
Modifier and Type | Field and Description |
---|---|
static Function<Insertion,Expression> |
Insertion.get_on
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
Insertion |
Insertion.doclone()
Clones this object.
|
Insertion |
Insertion.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Insertion |
Insertion.with_on(Expression val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CoRewrite.action(Insertion e0) |
protected void |
Rewrite.action(Insertion e0) |
protected void |
Match.action(Insertion e0) |
protected void |
__Formatter.action(Insertion el) |
protected void |
SinglePhase.action(Insertion e0) |
protected void |
MATCH_ONLY_00.action(Insertion e0) |
protected void |
Dump.action(Insertion e0) |
protected void |
Match.descend(Insertion e0) |
protected void |
Dump.descend(Insertion e0) |
void |
MATCH_ONLY_00.match(Insertion e0) |
protected void |
Match.post(Insertion e0) |
protected void |
Match.pre(Insertion e0) |
protected void |
Dump.printscalars(Insertion e0) |
protected void |
CoRewrite.rewriteFields(Insertion clone) |
protected void |
Rewrite.rewriteFields(Insertion clone) |
protected Format |
__Formatter.toFormat(Insertion el) |
boolean |
Insertion.x_equals(Insertion e0) |
see also the complete user documentation .