Uses of Class
eu.bandm.tools.d2d2.rt.Binding
Packages that use 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
Fields in eu.bandm.tools.d2d2.base declared as BindingModifier and TypeFieldDescriptionprotected Binding
Resolver4.currentLocalSubsts
Classifier.Instance.substs
Methods in eu.bandm.tools.d2d2.base that return BindingMethods in eu.bandm.tools.d2d2.base with parameters of type BindingModifier 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) Constructors in eu.bandm.tools.d2d2.base with parameters of type BindingModifierConstructorDescription(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
Fields in eu.bandm.tools.d2d2.rt declared as BindingModifier 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.Fields in eu.bandm.tools.d2d2.rt with type parameters of type BindingModifier 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.Methods in eu.bandm.tools.d2d2.rt that return BindingModifier 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.Methods in eu.bandm.tools.d2d2.rt that return types with arguments of type BindingModifier 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) Methods in eu.bandm.tools.d2d2.rt with parameters of type BindingModifier 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
Method parameters in eu.bandm.tools.d2d2.rt with type arguments of type BindingModifier 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.Constructors in eu.bandm.tools.d2d2.rt with parameters of type BindingModifierConstructorDescriptionBinding
(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/.."
.