Uses of Class
eu.bandm.tools.d2d2.base.Resolver3.Instance
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
-
Uses of Resolver3.Instance in eu.bandm.tools.d2d2.base
Modifier and TypeClassDescription(package private) class
Represents rewrite results of insertion operators which must be reified because of recursion.Modifier and TypeFieldDescription(package private) Resolver3.Instance
Resolver3.currentHypothesis
The instance which is currently matched against another instance which is an equivalence class, and so initiated the application of anResolver3.Equivalence
.Modifier and TypeFieldDescriptionprotected Map<Definition,
Map<Resolver3.ImportContext, Resolver3.Instance>> Resolver3.instances
Maps indexed by the raw (=source level) definitions.(package private) final Set<Resolver3.Instance>
Resolver3.Instance.requiredBy
Set of other hypotheses which rely on this one.Modifier and TypeMethodDescriptionprotected Resolver3.Instance
Resolver3.createNewInstance
(Resolver3.ImportContext ic, Definition raw, @Opt Reference reprRef) Central routine for processing a new instantiation of a particular definition in a particular import context.
In case ofXRegExp
: Calls the main class visitor methods for applying all rewriting expressions to the def's value.protected @Opt Resolver3.Instance
Resolver3.findInstance
(Definition raw, Resolver3.ImportContext ic) Resolver3.Instance.newHypothesis
(Resolver3.Instance other) Delivers an instance which is hypothetically equivalent with "other".protected Resolver3.Instance
Resolver3.processWaitingReference
(Reference ref) Process one reference which has not yet been classified, but already been resolved (i.e.Resolver3.Instance.representative()
Modifier and TypeMethodDescriptionprotected Map<Resolver3.ImportContext,
Resolver3.Instance> Resolver3.findInstances
(Definition raw) Modifier and TypeMethodDescriptionResolver3.Instance.newHypothesis
(Resolver3.Instance other) Delivers an instance which is hypothetically equivalent with "other".