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.rt |
Umod main model class: This is a model for the
results of d2d text parsing.
|
Modifier and Type | Field and Description |
---|---|
protected State |
Text2Udom.state
The crurently growing stackframe, see
State . |
Modifier and Type | Method and Description |
---|---|
Set<Expression> |
StackPrinter.FollowSet.calculate(State state) |
protected void |
StackPrinter.doPrintStack(State state) |
void |
StackPrinter.printStack(State state) |
void |
StackPrinter.printStack(State state,
boolean showIntermediate) |
protected String |
StackPrinter.stateLabel(State s) |
Modifier and Type | Class and Description |
---|---|
class |
State_perm
Generated by umod; model author's documentation MISSING.
|
class |
State_rep
Generated by umod; model author's documentation MISSING.
|
class |
State_sequ
Generated by umod; model author's documentation MISSING.
|
class |
State_singleton
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected State |
State.predec
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static Function<State,Boolean> |
State.get_inxslt
Deprecated.
Use new '::' method reference instead.
|
static Function<State,State> |
State.get_predec
Deprecated.
Use new '::' method reference instead.
|
static Function<State,State> |
State.get_predec
Deprecated.
Use new '::' method reference instead.
|
static Function<State,ResultContainer> |
State.get_result
Deprecated.
Use new '::' method reference instead.
|
static Function<State,Expression> |
State.get_rule
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
State |
State.doclone()
Clones this object.
|
State |
State.get_predec()
Generated by umod; model author's documentation MISSING.
|
State |
State.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SinglePhase_rt.action(State e0) |
protected void |
Match_rt.action(State e0) |
protected void |
Dump_rt.action(State e0) |
protected void |
__Formatter.action(State el) |
protected void |
MATCH_ONLY_00.action(State e0) |
protected void |
Match_rt.descend(State e0) |
protected void |
Dump_rt.descend(State e0) |
void |
MATCH_ONLY_00.match(State e0) |
protected void |
Match_rt.post(State e0) |
protected void |
Match_rt.pre(State e0) |
protected void |
Dump_rt.printscalars(State e0) |
boolean |
State.set_predec(State val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
__Formatter.toFormat(State el) |
Constructor and Description |
---|
State_perm(State predec,
ResultContainer result,
boolean inxslt,
Perm rule,
PermutationGroup directory)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
State_rep(State predec,
ResultContainer result,
boolean inxslt,
GrUnary rule)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
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/..". |
State_singleton(State predec,
ResultContainer result,
boolean inxslt,
Reference ref,
Definition def,
Expression rule)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
State(State predec,
ResultContainer result,
boolean inxslt)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
see also the complete user documentation .