Uses of Class
eu.bandm.tools.d2d2.rt.Binding
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Umod main model class: This is a model for the
results of d2d text parsing.
-
Uses of Binding in eu.bandm.tools.d2d2.base
Modifier and TypeFieldDescriptionprotected Binding
Resolver4.currentLocalSubsts
Classifier.Instance.substs
Modifier and TypeMethodDescription(package private) static boolean
Resolver4.equivalentBindings
(Binding shorter, Binding longer, Set<String> copies) Tests whether longer is semantically equivalent to shorter, and shorter is a prefix of longer.Resolver4.findBinding
(@Opt Binding binding, String id) ModifierConstructorDescription(package private)
Inst
(Definition def, ImportContext ic, Binding b, int insertionDepth) (package private)
Instance
(ImportContext ic, Definition raw, Definition rewritten, @Opt Binding substs) -
Uses of Binding in eu.bandm.tools.d2d2.rt
Modifier and TypeFieldDescriptionprotected Binding
FlattenContext.localSubsts
Generated by umod; model author's documentation MISSING.protected Binding
Binding.predec
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionstatic final Function<Binding,
ImportContext> Binding.get_context
Deprecated.Use new '::' method reference instead.Binding.get_definitionName
Deprecated.Use new '::' method reference instead.static final Function<Binding,
Expression> Binding.get_exp
Deprecated.Use new '::' method reference instead.Binding.get_id
Deprecated.Use new '::' method reference instead.static final Function<FlattenContext,
Binding> FlattenContext.get_localSubsts
Deprecated.Use new '::' method reference instead.Binding.get_predec
Deprecated.Use new '::' method reference instead.Binding.get_predec
Deprecated.Use new '::' method reference instead.Binding.get_used
Deprecated.Use new '::' method reference instead.Modifier and TypeMethodDescriptionBinding.doclone()
Clones this object.FlattenContext.get_localSubsts()
Generated by umod; model author's documentation MISSING.Binding.get_predec()
Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionBinding.get_context
(Pattern<? super ImportContext> p) Lifts a pattern which matches the field value to one which matches this whole object.Binding.get_definitionName
(Pattern<? super String> p) Lifts a pattern which matches the field value to one which matches this whole object.Binding.get_exp
(Pattern<? super Expression> p) Lifts a pattern which matches the field value to one which matches this whole object.Lifts a pattern which matches the field value to one which matches this whole object.Binding.get_predec
(Pattern<? super Binding> p) Lifts a pattern which matches the field value to one which matches this whole object.Lifts a pattern which matches the field value to one which matches this whole object.__Patterns.term_Binding
(Pattern<Object> superpattern, Pattern<? super Binding> p_predec, Pattern<? super String> p_id, Pattern<? super Expression> p_exp, Pattern<? super ImportContext> p_context, Pattern<? super String> p_definitionName, Pattern<? super Boolean> p_used) Modifier and TypeMethodDescriptionprotected void
protected void
protected void
protected void
protected void
protected void
protected void
void
protected void
protected void
protected void
Dump_rt.printscalars
(Binding e0) boolean
FlattenContext.set_localSubsts
(Binding val) Generated by umod; model author's documentation MISSING.boolean
Binding.set_predec
(Binding val) Generated by umod; model author's documentation MISSING.protected Format
Modifier and TypeMethodDescription__Patterns.cast_Binding
(Pattern<? super Binding> p) static Pattern<FlattenContext>
FlattenContext.get_localSubsts
(Pattern<? super Binding> p) Lifts a pattern which matches the field value to one which matches this whole object.Binding.get_predec
(Pattern<? super Binding> p) Lifts a pattern which matches the field value to one which matches this whole object.ModifierConstructorDescriptionBinding
(Binding predec, String id, Expression exp, ImportContext context, String definitionName) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".FlattenContext
(FlattenContext predec, Binding localSubsts) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".