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 | Field and Description |
---|---|
protected Expression |
Dtd2Def.Phase1.expr |
protected Expression |
Resolver.AllExpressionNormalizer.result |
Expression |
XsltSpecialized.xslt_alt_ubiquituous |
protected Expression |
Text2Udom.xslt_alt_ubiquituous |
Expression |
XsltSpecialized.xslt_alt_ubiquituous_repeated |
protected Expression |
Text2Udom.xslt_alt_ubiquituous_repeated |
Modifier and Type | Field and Description |
---|---|
protected Map<Expression,CharSet> |
Navigate.CharSetCalc.charsets |
protected Resolver2.Binding<Expression> |
Resolver2.currentLocalSubsts |
protected Resolver3.Binding<Expression> |
Resolver3.currentLocalSubsts
Stack of bindings representing the nesting of local substitution expressions
of form
exp^(a/b) . |
protected Resolver4.Binding<Expression> |
Resolver4.currentLocalSubsts |
static Set<Expression> |
StackPrinter.FollowSet.empty |
protected CheckedList<Expression> |
UMod2Def.fieldRefs |
Set<Expression> |
StackPrinter.followset
Holds all references the tags of which could be entered in the current
parsing state.
|
protected Map<Expression,Integer> |
SyntaxGraph.inX
All positions (inX, outX, y, and more) of each expression
are RELATIVE to the enclosing construct.
|
protected Map<Expression,Integer> |
SyntaxGraph.outX |
protected Set<Expression> |
StackPrinter.FollowSet.result |
protected CheckedList<Expression> |
Text2Udom.Starter.skipped_backend_elements |
protected Map<Expression,TypeCheck.Type> |
TypeCheck.types |
protected Map<Expression,Integer> |
SyntaxGraph.y |
protected Map<Expression,Integer> |
SyntaxGraph.y2
auxiliary ypos which cannot be easily calculated from contents,
e.g.
|
protected Map<Expression,Integer> |
SyntaxGraph.yaux
auxiliary ypos which cannot be easily calculated from contents,
e.g.
|
Modifier and Type | Method and Description |
---|---|
protected Expression |
Resolver.ReferenceResolver.copyImplicit(Expression expr0,
Reference orig)
FIXME -- BETTER: realize "#implicit" as an OPERATOR, then no
special copy action would be necessary.
|
static Expression |
Navigate.insertedExpression(Insertion ins) |
protected Expression |
Dtd2Def.Phase1.makeRef(DTM.ElementRef eref) |
static Expression |
Navigate.resolveInsertion(Expression exp) |
protected Expression |
Resolver.ReferenceResolver.resolveRefText(Reference ref,
Insertion callingInsertion)
Resolve the source text of a reference to a declaration and store this
in "resolved".
|
static Expression |
CharParserPrepare.testParse(String data) |
static Expression |
CharParserPrepare.toRegExp(String s,
Expression exp) |
Expression |
CharParserPrepare.EliminateRecursion.translate(CharsRegExp currentDef)
Descends given char parser expression and collects a single RegExp which
represents the "bucket hull".
|
Expression |
CharParserPrepare.ReduceToCardinalities.translate(CheckedList<Expression> ins) |
Expression |
CharParserPrepare.ReduceToCardinalities.translate(Expression in)
Returns a top-level permutation expression which contains all found
sub-elements in their possible cardinalities.
|
Modifier and Type | Method and Description |
---|---|
Set<Expression> |
StackPrinter.FollowSet.calculate(State state) |
static Set<Expression> |
TypeCheck.collectAttributesOpt(XRegExp host)
Delivers an Expression ONLY for indicating whether the attribute
is optional.
|
Map<Expression,TypeCheck.Type> |
TypeCheck.get_types() |
Modifier and Type | Method and Description |
---|---|
void |
Navigate.CharSetCalc.action(Expression x) |
void |
Resolver.AllExpressionNormalizer.action(Expression exp) |
protected void |
Resolver.FirstCalculator.addFromTo(Expression from,
Expression to,
boolean isalt)
From is the "sub"-expression FROM which the director map
is copied inTO the map ruling the "super"-expression called "to".
|
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!
|
boolean |
RewriteCompare.compare(Expression exp) |
protected Expression |
Resolver.ReferenceResolver.copyImplicit(Expression expr0,
Reference orig)
FIXME -- BETTER: realize "#implicit" as an OPERATOR, then no
special copy action would be necessary.
|
protected boolean |
Resolver3.equivalent(Expression exp1,
Expression exp2) |
protected boolean |
Resolver4.equivalent(Expression exp1,
Expression exp2) |
protected void |
TypeCheck.error(Expression exp,
String text) |
CharSet |
Navigate.CharSetCalc.find(Expression exp) |
Definition |
Text2Udom.Starter.install(Expression exp,
String tag,
boolean weakmode) |
protected boolean |
Reducer.isNonTightSeq(Expression expr) |
protected boolean |
Reducer.isTightSeq(Expression expr) |
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 |
Resolver.FirstCalculator.LL1_violation(String s,
Expression from,
Expression to) |
protected boolean |
Resolver4.localEquivalent(Expression expr,
Resolver4.LocalInstance inst) |
protected boolean |
Navigate.CharSetCalc.lookUp(Expression exp) |
protected void |
Navigate.CharSetCalc.memorize(Expression exp) |
void |
Def2Doc.RefPainter_custom.paintRef(Graphics2D gr,
SyntaxGraph.LayoutParameters layoutParameters,
XRegExp context,
Expression exp,
String tag,
int x0,
int y0,
int w,
int h) |
void |
Def2Doc3.RefPainter_custom.paintRef(Graphics2D gr,
SyntaxGraph.LayoutParameters layoutParameters,
XRegExp context,
Expression exp,
String tag,
int x0,
int y0,
int w,
int h) |
void |
SyntaxGraph.RefPainter.paintRef(Graphics2D gr,
SyntaxGraph.LayoutParameters lp,
XRegExp context,
Expression exp,
String tag,
int x0,
int y0,
int w,
int h) |
void |
SyntaxGraph.RefPainter_simple.paintRef(Graphics2D gr,
SyntaxGraph.LayoutParameters lp,
XRegExp context,
Expression exp,
String tag,
int x0,
int y0,
int w,
int h) |
void |
RewriteCompare.pre(Expression exp) |
void |
Resolver3.Equivalence.pre(Expression exp) |
void |
Resolver4.Equivalence.pre(Expression exp) |
protected void |
StackPrinter.ExpressionPrinter.printPar(Expression x)
Prints the the contents of a modifier Opt/Star/Plus.
|
protected void |
SyntaxGraph.Painter.processReferring(Expression exp,
String tag,
boolean makeLink,
int type) |
protected void |
Navigate.CharSetCalc.rangeerror(Expression exp,
String pos) |
static Expression |
Navigate.resolveInsertion(Expression exp) |
protected void |
CharacterParser.subElement(Definition def,
Expression rule)
Called when reaching a ParseParticle, a CharsRegExp or an Enumeration, which all
lead to wrapping the parsing result into a Result object with this definition as its tag.
|
boolean |
Resolver3.Equivalence.test(Expression exp1,
Expression exp2)
Returns whether the two expressions are equivalent.
|
boolean |
Resolver4.Equivalence.test(Expression exp1,
Expression exp2) |
protected TypeCheck.Type |
TypeCheck.testDefinition(Expression caller,
XRegExp x) |
static Expression |
CharParserPrepare.toRegExp(String s,
Expression exp) |
Expression |
CharParserPrepare.ReduceToCardinalities.translate(Expression in)
Returns a top-level permutation expression which contains all found
sub-elements in their possible cardinalities.
|
void |
CharParserPrepare.ReduceToCardinalities.translateOne(Expression in) |
protected TypeCheck.Type |
TypeCheck.typeOf(Expression x) |
Modifier and Type | Method and Description |
---|---|
protected void |
Text2Udom.addRestPerm(State_perm permstate,
CheckedList<Expression> misslist)
Add obligate members of a "perm" expression to the term which
describes the missing input.
|
protected Alt |
XsltSpecialized.makealt(CheckedList<Expression> subs) |
protected Alt |
Text2Udom.makealt(CheckedList<Expression> subs) |
protected void |
Def2Dtd.makeSeq(CheckedList<Expression> on) |
protected void |
StackPrinter.ExpressionPrinter.printMult(Collection<Expression> subs,
String sep,
int prec)
Prints the argument sequence of Seq/Alt/Perm and puts parentheses iff the
precedence decreases.
|
protected void |
SyntaxGraph.Layouter.processAltOrInnerPerm(Iterator<Expression> subs,
int outerW) |
protected void |
Text2Udom.report_assumed_xslt_output(State_singleton ss,
CheckedList<Expression> misslist)
Is called when an target-language open/close tag has been found after
an xslt template call, to report the necessary expansion.
|
protected void |
Text2Udom.report_missing_elements(boolean isOpen,
String tag,
boolean frameFound,
CheckedList<Expression> misslist,
List<SimpleMessage<String>> messlist,
Location<String> closeTagDefLoc)
this proc can be called from
Text2Udom.process_open_tag(String, boolean) or
Text2Udom.process_close_tag(String, boolean) .Basically, there are two classes of error recovery: framefound = false ==> the tag is NOT KNOWN, then discard all input up to the next tag and try again. |
Expression |
CharParserPrepare.ReduceToCardinalities.translate(CheckedList<Expression> ins) |
protected CheckedList<DTD.CP> |
Def2Dtd.translatesubs(Collection<Expression> subs) |
Constructor and Description |
---|
AttributeCollector(Set<Definition> atts,
Set<Expression> attrefs) |
RewriteCompare(Resolver4.Binding<Expression> leftBinding,
Resolver4.FlattenContext leftContexts,
Resolver4.Binding<Expression> rightBinding,
Resolver4.FlattenContext rightContexts) |
RewriteCompare(Resolver4.Binding<Expression> leftBinding,
Resolver4.FlattenContext leftContexts,
Resolver4.Binding<Expression> rightBinding,
Resolver4.FlattenContext rightContexts) |
Modifier and Type | Class and Description |
---|---|
class |
Alt
Generated by umod; model author's documentation MISSING.
|
class |
CharBinary
Generated by umod; model author's documentation MISSING.
|
class |
CharCut
Generated by umod; model author's documentation MISSING.
|
class |
CharExpr
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.
|
class |
CharSetConst
Generated by umod; model author's documentation MISSING.
|
class |
Empty
Generated by umod; model author's documentation MISSING.
|
class |
Greedy
Generated by umod; model author's documentation MISSING.
|
class |
GrMult
Generated by umod; model author's documentation MISSING.
|
class |
GrUnary
Generated by umod; model author's documentation MISSING.
|
class |
Insertion
Generated by umod; model author's documentation MISSING.
|
class |
None
Generated by umod; model author's documentation MISSING.
|
class |
Opt
Generated by umod; model author's documentation MISSING.
|
class |
ParseParticle
Generated by umod; model author's documentation MISSING.
|
class |
Pcdata
Generated by umod; model author's documentation MISSING.
|
class |
Perm
Generated by umod; model author's documentation MISSING.
|
class |
Plus
Generated by umod; model author's documentation MISSING.
|
class |
Reference
Generated by umod; model author's documentation MISSING.
|
class |
Seq
Generated by umod; model author's documentation MISSING.
|
class |
Star
Generated by umod; model author's documentation MISSING.
|
class |
StringConst
Generated by umod; model author's documentation MISSING.
|
class |
Subst
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected Expression |
CharsRegExp.dataContentModel
Generated by umod; model author's documentation MISSING.
|
protected Expression |
CharBinary.left
Generated by umod; model author's documentation MISSING.
|
protected Expression |
CharsRegExp.linearContentModel
Generated by umod; model author's documentation MISSING.
|
protected Expression |
Subst.mul
Generated by umod; model author's documentation MISSING.
|
protected Expression |
Insertion.on
Generated by umod; model author's documentation MISSING.
|
protected Expression |
Subst.on
Generated by umod; model author's documentation MISSING.
|
protected Expression |
ParseParticle.on
Generated by umod; model author's documentation MISSING.
|
protected Expression |
GrUnary.on
Generated by umod; model author's documentation MISSING.
|
protected Expression |
CharBinary.right
Generated by umod; model author's documentation MISSING.
|
protected Expression |
XRegExp.value
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> |
Expression.firsts
Generated by umod; model author's documentation MISSING.
|
static Function<Expression,Boolean> |
Expression.get_canProduceEpsilon
Deprecated.
Use new '::' method reference instead.
|
static Function<CharsRegExp,Expression> |
CharsRegExp.get_dataContentModel
Deprecated.
Use new '::' method reference instead.
|
static Function<Expression,CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>>> |
Expression.get_firsts
Deprecated.
Use new '::' method reference instead.
|
static Function<Expression,CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>>> |
Expression.get_firsts
Deprecated.
Use new '::' method reference instead.
|
static Function<ImportItem,CheckedMap_RD<String,Expression>> |
ImportItem.get_globalSubsts
Deprecated.
Use new '::' method reference instead.
|
static Function<CharBinary,Expression> |
CharBinary.get_left
Deprecated.
Use new '::' method reference instead.
|
static Function<CharsRegExp,Expression> |
CharsRegExp.get_linearContentModel
Deprecated.
Use new '::' method reference instead.
|
static Function<ImportItem,CheckedMap_RD<String,CheckedMap_RD<String,Expression>>> |
ImportItem.get_localSubsts
Deprecated.
Use new '::' method reference instead.
|
static Function<Subst,Expression> |
Subst.get_mul
Deprecated.
Use new '::' method reference instead.
|
static Function<Perm,CheckedSet<Expression>> |
Perm.get_obligates
Deprecated.
Use new '::' method reference instead.
|
static Function<Insertion,Expression> |
Insertion.get_on
Deprecated.
Use new '::' method reference instead.
|
static Function<Subst,Expression> |
Subst.get_on
Deprecated.
Use new '::' method reference instead.
|
static Function<Perm,CheckedList<Expression>> |
Perm.get_on
Deprecated.
Use new '::' method reference instead.
|
static Function<Alt,CheckedList<Expression>> |
Alt.get_on
Deprecated.
Use new '::' method reference instead.
|
static Function<ParseParticle,Expression> |
ParseParticle.get_on
Deprecated.
Use new '::' method reference instead.
|
static Function<GrUnary,Expression> |
GrUnary.get_on
Deprecated.
Use new '::' method reference instead.
|
static Function<Seq,CheckedList<Expression>> |
Seq.get_on
Deprecated.
Use new '::' method reference instead.
|
static Function<CharBinary,Expression> |
CharBinary.get_right
Deprecated.
Use new '::' method reference instead.
|
static Function<XRegExp,Expression> |
XRegExp.get_value
Deprecated.
Use new '::' method reference instead.
|
static Function<Expression,CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>>> |
Expression.get_weakfirsts
Deprecated.
Use new '::' method reference instead.
|
static Function<Expression,CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>>> |
Expression.get_weakfirsts
Deprecated.
Use new '::' method reference instead.
|
protected CheckedMap_RD<String,Expression> |
ImportItem.globalSubsts
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,CheckedMap_RD<String,Expression>> |
ImportItem.localSubsts
Generated by umod; model author's documentation MISSING.
|
protected CheckedSet<Expression> |
Perm.obligates
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<Expression> |
Perm.on
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<Expression> |
Alt.on
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<Expression> |
Seq.on
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> |
Expression.weakfirsts
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
Expression |
Expression.doclone()
Clones this object.
|
Expression |
CharsRegExp.get_dataContentModel()
Generated by umod; model author's documentation MISSING.
|
Expression |
CharBinary.get_left()
Generated by umod; model author's documentation MISSING.
|
Expression |
CharsRegExp.get_linearContentModel()
Generated by umod; model author's documentation MISSING.
|
Expression |
Subst.get_mul()
Generated by umod; model author's documentation MISSING.
|
Expression |
Insertion.get_on()
Generated by umod; model author's documentation MISSING.
|
Expression |
Subst.get_on()
Generated by umod; model author's documentation MISSING.
|
Expression |
ParseParticle.get_on()
Generated by umod; model author's documentation MISSING.
|
Expression |
GrUnary.get_on()
Generated by umod; model author's documentation MISSING.
|
Expression |
CharBinary.get_right()
Generated by umod; model author's documentation MISSING.
|
Expression |
XRegExp.get_value()
Generated by umod; model author's documentation MISSING.
|
Expression |
Expression.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> |
Expression.get_firsts()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,Expression> |
ImportItem.get_globalSubsts()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,CheckedMap_RD<String,Expression>> |
ImportItem.get_localSubsts()
Generated by umod; model author's documentation MISSING.
|
CheckedSet<Expression> |
Perm.get_obligates()
Generated by umod; model author's documentation MISSING.
|
CheckedList<Expression> |
Perm.get_on()
Generated by umod; model author's documentation MISSING.
|
CheckedList<Expression> |
Alt.get_on()
Generated by umod; model author's documentation MISSING.
|
CheckedList<Expression> |
Seq.get_on()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> |
Expression.get_weakfirsts()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CoRewrite.action(Expression e0) |
protected void |
Rewrite.action(Expression e0) |
protected void |
Match.action(Expression e0) |
protected void |
__Formatter.action(Expression el) |
protected void |
SinglePhase.action(Expression e0) |
protected void |
MATCH_ONLY_00.action(Expression e0) |
protected void |
Dump.action(Expression e0) |
protected void |
Match.descend(Expression e0) |
protected void |
Dump.descend(Expression e0) |
void |
MATCH_ONLY_00.match(Expression e0) |
protected void |
Match.post(Expression e0) |
protected void |
Match.pre(Expression e0) |
protected void |
Dump.printscalars(Expression e0) |
void |
ImportItem.put_globalSubsts(String key0,
Expression value)
Convenience un-Currying method.
|
void |
ImportItem.put_localSubsts(String key0,
String key1,
Expression value)
Convenience un-Currying method.
|
protected void |
CoRewrite.rewriteFields(Expression clone) |
protected void |
Rewrite.rewriteFields(Expression clone) |
boolean |
CharsRegExp.set_dataContentModel(Expression val)
Generated by umod; model author's documentation MISSING.
|
boolean |
CharsRegExp.set_linearContentModel(Expression val)
Generated by umod; model author's documentation MISSING.
|
boolean |
Subst.set_mul(Expression val)
Generated by umod; model author's documentation MISSING.
|
boolean |
Subst.set_on(Expression val)
Generated by umod; model author's documentation MISSING.
|
boolean |
ParseParticle.set_on(Expression val)
Generated by umod; model author's documentation MISSING.
|
boolean |
XRegExp.set_value(Expression val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
__Formatter.toFormat(Expression el) |
CharBinary |
CharBinary.with_left(Expression val)
Generated by umod; model author's documentation MISSING.
|
Insertion |
Insertion.with_on(Expression val)
Generated by umod; model author's documentation MISSING.
|
GrUnary |
GrUnary.with_on(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 |
---|---|
void |
ImportItem.put_localSubsts(String key0,
CheckedMap_RD<String,Expression> value)
Convenience un-Currying method.
|
boolean |
Expression.set_firsts(CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
ImportItem.set_globalSubsts(CheckedMap_RD<String,Expression> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
ImportItem.set_localSubsts(CheckedMap_RD<String,CheckedMap_RD<String,Expression>> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
Expression.set_weakfirsts(CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> val)
Generated by umod; model author's documentation MISSING.
|
Perm |
Perm.with_obligates(CheckedSet<Expression> val)
Generated by umod; model author's documentation MISSING.
|
Perm |
Perm.with_on(CheckedList<Expression> val)
Generated by umod; model author's documentation MISSING.
|
Alt |
Alt.with_on(CheckedList<Expression> val)
Generated by umod; model author's documentation MISSING.
|
Seq |
Seq.with_on(CheckedList<Expression> val)
Generated by umod; model author's documentation MISSING.
|
Constructor and Description |
---|
CharBinary(Expression left,
Expression right)
Synthetic minimal constructor provided by the umod compiler.
|
CharBinary(Location<XMLDocumentIdentifier> location,
Expression left,
Expression right)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
CharCut(Expression left,
Expression right)
Synthetic minimal constructor provided by the umod compiler.
|
CharCut(Location<XMLDocumentIdentifier> location,
Expression left,
Expression right)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
CharJoin(Expression left,
Expression right)
Synthetic minimal constructor provided by the umod compiler.
|
CharJoin(Location<XMLDocumentIdentifier> location,
Expression left,
Expression right)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
CharMinus(Expression left,
Expression right)
Synthetic minimal constructor provided by the umod compiler.
|
CharMinus(Location<XMLDocumentIdentifier> location,
Expression left,
Expression right)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
CharRange(Expression left,
Expression right)
Synthetic minimal constructor provided by the umod compiler.
|
CharRange(Location<XMLDocumentIdentifier> location,
Expression left,
Expression right)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
CharsRegExp(SourceItem context,
String name,
Location<XMLDocumentIdentifier> location,
Expression value)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
CharsRegExp(String name,
Location<XMLDocumentIdentifier> location,
Expression value)
Synthetic minimal constructor provided by the umod compiler.
|
Greedy(Expression on)
Synthetic minimal constructor provided by the umod compiler.
|
Greedy(Location<XMLDocumentIdentifier> location,
Expression on)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Greedy(Location<XMLDocumentIdentifier> location,
Expression on,
boolean istight)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
GrUnary(Expression on)
Synthetic minimal constructor provided by the umod compiler.
|
GrUnary(Location<XMLDocumentIdentifier> location,
Expression on)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
GrUnary(Location<XMLDocumentIdentifier> location,
Expression on,
boolean istight)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Insertion(Expression on)
Synthetic minimal constructor provided by the umod compiler.
|
Insertion(Location<XMLDocumentIdentifier> location,
Expression on)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Opt(Expression on)
Synthetic minimal constructor provided by the umod compiler.
|
Opt(Location<XMLDocumentIdentifier> location,
Expression on)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Opt(Location<XMLDocumentIdentifier> location,
Expression on,
boolean istight)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
ParseParticle(Location<XMLDocumentIdentifier> location,
String ident,
Expression on)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
ParseParticle(String ident,
Expression on)
Synthetic minimal constructor provided by the umod compiler.
|
Plus(Expression on)
Synthetic minimal constructor provided by the umod compiler.
|
Plus(Location<XMLDocumentIdentifier> location,
Expression on)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Plus(Location<XMLDocumentIdentifier> location,
Expression on,
boolean istight)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Star(Expression on)
Synthetic minimal constructor provided by the umod compiler.
|
Star(Location<XMLDocumentIdentifier> location,
Expression on)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Star(Location<XMLDocumentIdentifier> location,
Expression on,
boolean istight)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Subst(Expression on,
Reference div,
Expression mul)
Synthetic minimal constructor provided by the umod compiler.
|
Subst(Location<XMLDocumentIdentifier> location,
Expression on,
Reference div,
Expression mul)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
TagsRegExp(SourceItem context,
String name,
Location<XMLDocumentIdentifier> location,
Expression value)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
TagsRegExp(String name,
Location<XMLDocumentIdentifier> location,
Expression value)
Synthetic minimal constructor provided by the umod compiler.
|
XRegExp(SourceItem context,
String name,
Location<XMLDocumentIdentifier> location,
Expression value)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
XRegExp(String name,
Location<XMLDocumentIdentifier> location,
Expression value)
Synthetic minimal constructor provided by the umod compiler.
|
Constructor and Description |
---|
Alt(Location<XMLDocumentIdentifier> location,
CheckedList<Expression> on)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Perm(Location<XMLDocumentIdentifier> location,
CheckedList<Expression> on)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Seq(Location<XMLDocumentIdentifier> location,
CheckedList<Expression> on,
boolean istight)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Modifier and Type | Field and Description |
---|---|
protected Expression |
State_singleton.rule
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedSet<Expression> |
State_perm.consumed
Generated by umod; model author's documentation MISSING.
|
static Function<State_perm,CheckedSet<Expression>> |
State_perm.get_consumed
Deprecated.
Use new '::' method reference instead.
|
static Function<State_perm,CheckedSet<Expression>> |
State_perm.get_obligates
Deprecated.
Use new '::' method reference instead.
|
static Function<State,Expression> |
State.get_rule
Deprecated.
Use new '::' method reference instead.
|
static Function<State_singleton,Expression> |
State_singleton.get_rule
Deprecated.
Use new '::' method reference instead.
|
static Function<PermutationGroup,CheckedMap_RD<Expression,PermutationSubexpression>> |
PermutationGroup.get_subs
Deprecated.
Use new '::' method reference instead.
|
protected CheckedSet<Expression> |
State_perm.obligates
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<Expression,PermutationSubexpression> |
PermutationGroup.subs
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
Expression |
State.get_rule() |
Expression |
State_singleton.get_rule()
Generated by umod; model author's documentation MISSING.
|
Expression |
State.set_rule() |
Modifier and Type | Method and Description |
---|---|
CheckedSet<Expression> |
State_perm.get_consumed()
Generated by umod; model author's documentation MISSING.
|
CheckedSet<Expression> |
State_perm.get_obligates()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<Expression,PermutationSubexpression> |
PermutationGroup.get_subs()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MATCH_ONLY_00.action(Expression e0) |
boolean |
PermutationGroup.containsKey_subs(Expression key0)
Convenience un-Currying method.
|
void |
PermutationGroup.put_subs(Expression key0,
PermutationSubexpression value)
Convenience un-Currying method.
|
boolean |
State_sequ.set_rule(Expression val)
Generated by umod; model author's documentation MISSING.
|
boolean |
State_singleton.set_rule(Expression val)
Generated by umod; model author's documentation MISSING.
|
boolean |
State_rep.set_rule(Expression val)
Generated by umod; model author's documentation MISSING.
|
boolean |
State_perm.set_rule(Expression val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
boolean |
State_perm.set_consumed(CheckedSet<Expression> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
State_perm.set_obligates(CheckedSet<Expression> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
PermutationGroup.set_subs(CheckedMap_RD<Expression,PermutationSubexpression> val)
Generated by umod; model author's documentation MISSING.
|
Constructor and Description |
---|
State_singleton(ResultContainer result,
Reference ref,
Definition def,
Expression rule)
Synthetic minimal constructor provided by the umod compiler.
|
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/..". |
see also the complete user documentation .