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 |
CharacterParser.action(CharBinary expr) |
void |
SyntaxGraph.Layouter.action(CharBinary exp) |
void |
RewriteCompare.descend(CharBinary e) |
void |
Resolver3.Equivalence.descend(CharBinary e) |
void |
Resolver4.Equivalence.descend(CharBinary e) |
protected CharSet |
Navigate.CharSetCalc.makeRange(CharSet from,
CharSet to,
CharBinary rangeExpr) |
protected void |
Navigate.CharSetCalc.operation(CharBinary x,
char code) |
protected void |
SyntaxGraph.Painter.paintCharBin(CharBinary bin,
String operator) |
protected boolean |
Navigate.CharSetCalc.reportError(CharBinary x,
String pos) |
protected void |
Resolver3.rewriteFields(CharBinary clone)
Rewrite all sub-expessions; propagate "all are empty" upwards, or
replace singleton expression by its only member.
|
protected void |
Resolver4.rewriteFields(CharBinary clone) |
protected void |
TypeCheck.twoCharSets(CharBinary x) |
Modifier and Type | Class and Description |
---|---|
class |
CharCut
Generated by umod; model author's documentation MISSING.
|
class |
CharJoin
Generated by umod; model author's documentation MISSING.
|
class |
CharMinus
Generated by umod; model author's documentation MISSING.
|
class |
CharRange
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static Function<CharBinary,Expression> |
CharBinary.get_left
Deprecated.
Use new '::' method reference instead.
|
static Function<CharBinary,Expression> |
CharBinary.get_right
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
CharBinary |
CharBinary.doclone()
Clones this object.
|
CharBinary |
CharBinary.initFrom(Object o0)
Copies values of all common fields from the argument.
|
CharBinary |
CharBinary.with_left(Expression val)
Generated by umod; model author's documentation MISSING.
|
CharBinary |
CharBinary.with_right(Expression val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CoRewrite.action(CharBinary e0) |
protected void |
Rewrite.action(CharBinary e0) |
protected void |
Match.action(CharBinary e0) |
protected void |
__Formatter.action(CharBinary el) |
protected void |
SinglePhase.action(CharBinary e0) |
protected void |
MATCH_ONLY_00.action(CharBinary e0) |
protected void |
Dump.action(CharBinary e0) |
protected void |
Match.descend(CharBinary e0) |
protected void |
Dump.descend(CharBinary e0) |
void |
MATCH_ONLY_00.match(CharBinary e0) |
protected void |
Match.post(CharBinary e0) |
protected void |
Match.pre(CharBinary e0) |
protected void |
Dump.printscalars(CharBinary e0) |
protected void |
CoRewrite.rewriteFields(CharBinary clone) |
protected void |
Rewrite.rewriteFields(CharBinary clone) |
protected Format |
__Formatter.toFormat(CharBinary el) |
see also the complete user documentation .