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.
|
eu.bandm.tools.d2d2.rt |
Umod main model class: This is a model for the
results of d2d text parsing.
|
Modifier and Type | Method and Description |
---|---|
void |
CharacterParser.action(Seq expr) |
void |
SyntaxGraph.Layouter.action(Seq seq) |
void |
SyntaxGraph.Painter.action(Seq seq) |
void |
Text2Udom.Starter.action(Seq x) |
void |
Resolver.AllExpressionNormalizer.action(Seq x) |
void |
Resolver.FirstCalculator.action(Seq x) |
void |
CharParserPrepare.EliminateRecursion.action(Seq seq) |
void |
CharParserPrepare.ReduceToCardinalities.action(Seq exp) |
void |
Def2Dtd.action(Seq x) |
void |
StackPrinter.ExpressionPrinter.action(Seq x) |
void |
StackPrinter.FollowSet.ExprAnalyse.action(Seq seq)
For all seq NOT currently active, but reached by "RE"-entering
under a repetition operator.
|
void |
RewriteCompare.descend(Seq e) |
void |
Resolver3.Equivalence.descend(Seq e) |
void |
Resolver4.Equivalence.descend(Seq e) |
static void |
Resolver.liftFirstsToSeq(Expression exp,
Seq ns)
All directors from "from" are lifted into the directory maps
of "to", to point to the "from"-expression.
|
protected void |
Resolver3.rewriteFields(Seq clone)
Rewrite all sub-expessions; propagate "all are empty" upwards, or
replace singleton-sequence by its only member.
|
protected void |
Resolver4.rewriteFields(Seq clone) |
Modifier and Type | Field and Description |
---|---|
static Function<Seq,Boolean> |
Seq.get_istight
Deprecated.
Use new '::' method reference instead.
|
static Function<Seq,CheckedList<Expression>> |
Seq.get_on
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
Seq |
Seq.doclone()
Clones this object.
|
Seq |
Seq.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Seq |
Seq.with_istight(boolean val)
Generated by umod; model author's documentation MISSING.
|
Seq |
Seq.with_on(CheckedList<Expression> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CoRewrite.action(Seq e0) |
protected void |
Rewrite.action(Seq e0) |
protected void |
Match.action(Seq e0) |
protected void |
__Formatter.action(Seq el) |
protected void |
SinglePhase.action(Seq e0) |
protected void |
MATCH_ONLY_00.action(Seq e0) |
protected void |
Dump.action(Seq e0) |
protected void |
Match.descend(Seq e0) |
protected void |
Dump.descend(Seq e0) |
void |
MATCH_ONLY_00.match(Seq e0) |
protected void |
Match.post(Seq e0) |
protected void |
Match.pre(Seq e0) |
protected void |
Dump.printscalars(Seq e0) |
protected void |
CoRewrite.rewriteFields(Seq clone) |
protected void |
Rewrite.rewriteFields(Seq clone) |
protected Format |
__Formatter.toFormat(Seq el) |
boolean |
Seq.x_equals(Seq e0) |
Modifier and Type | Field and Description |
---|---|
protected Seq |
State_sequ.rule
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static Function<State_sequ,Seq> |
State_sequ.get_rule
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
Seq |
State_sequ.get_rule()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MATCH_ONLY_00.action(Seq e0) |
Constructor and Description |
---|
State_sequ(ResultContainer result,
Seq rule,
int position)
Synthetic minimal constructor provided by the umod compiler.
|
State_sequ(State predec,
ResultContainer result,
boolean inxslt,
Seq rule,
int position)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
see also the complete user documentation .