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 |
---|---|
protected void |
CharacterParser.acceptRep(GrUnary expr,
boolean isstar) |
void |
Resolver.AllExpressionNormalizer.action(GrUnary x) |
protected void |
Resolver.FirstCalculator.copyMult(GrUnary x,
boolean canEps) |
void |
RewriteCompare.descend(GrUnary e) |
void |
Resolver3.Equivalence.descend(GrUnary e) |
void |
Resolver4.Equivalence.descend(GrUnary e) |
protected void |
Resolver3.rewriteFields(GrUnary clone)
Rewrite the sub-expression; propagate "empty" upwards.
|
protected void |
Resolver4.rewriteFields(GrUnary clone) |
Modifier and Type | Class and Description |
---|---|
class |
Greedy
Generated by umod; model author's documentation MISSING.
|
class |
Opt
Generated by umod; model author's documentation MISSING.
|
class |
Plus
Generated by umod; model author's documentation MISSING.
|
class |
Star
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static Function<GrUnary,Boolean> |
GrUnary.get_istight
Deprecated.
Use new '::' method reference instead.
|
static Function<GrUnary,Expression> |
GrUnary.get_on
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
GrUnary |
GrUnary.doclone()
Clones this object.
|
GrUnary |
GrUnary.initFrom(Object o0)
Copies values of all common fields from the argument.
|
GrUnary |
GrUnary.with_istight(boolean val)
Generated by umod; model author's documentation MISSING.
|
GrUnary |
GrUnary.with_on(Expression val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CoRewrite.action(GrUnary e0) |
protected void |
Rewrite.action(GrUnary e0) |
protected void |
Match.action(GrUnary e0) |
protected void |
__Formatter.action(GrUnary el) |
protected void |
SinglePhase.action(GrUnary e0) |
protected void |
MATCH_ONLY_00.action(GrUnary e0) |
protected void |
Dump.action(GrUnary e0) |
protected void |
Match.descend(GrUnary e0) |
protected void |
Dump.descend(GrUnary e0) |
void |
MATCH_ONLY_00.match(GrUnary e0) |
protected void |
Match.post(GrUnary e0) |
protected void |
Match.pre(GrUnary e0) |
protected void |
Dump.printscalars(GrUnary e0) |
protected void |
CoRewrite.rewriteFields(GrUnary clone) |
protected void |
Rewrite.rewriteFields(GrUnary clone) |
protected Format |
__Formatter.toFormat(GrUnary el) |
Modifier and Type | Field and Description |
---|---|
protected GrUnary |
State_rep.rule
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static Function<State_rep,GrUnary> |
State_rep.get_rule
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
GrUnary |
State_rep.get_rule()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MATCH_ONLY_00.action(GrUnary e0) |
Constructor and Description |
---|
State_rep(ResultContainer result,
GrUnary rule)
Synthetic minimal constructor provided by the umod compiler.
|
State_rep(State predec,
ResultContainer result,
boolean inxslt,
GrUnary rule)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
see also the complete user documentation .