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 BindingResolver4.currentLocalSubstsClassifier.Instance.substsMethods 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 booleanResolver4.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 BindingFlattenContext.localSubstsGenerated by umod; model author's documentation MISSING.protected BindingBinding.predecGenerated 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_contextDeprecated.Use new '::' method reference instead.Binding.get_definitionNameDeprecated.Use new '::' method reference instead.static final Function<Binding, Expression> Binding.get_expDeprecated.Use new '::' method reference instead.Binding.get_idDeprecated.Use new '::' method reference instead.static final Function<FlattenContext, Binding> FlattenContext.get_localSubstsDeprecated.Use new '::' method reference instead.Binding.get_predecDeprecated.Use new '::' method reference instead.Binding.get_predecDeprecated.Use new '::' method reference instead.Binding.get_usedDeprecated.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 voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidvoidprotected voidprotected voidprotected voidDump_rt.printscalars(Binding e0) booleanFlattenContext.set_localSubsts(Binding val) Generated by umod; model author's documentation MISSING.booleanBinding.set_predec(Binding val) Generated by umod; model author's documentation MISSING.protected FormatMethod 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/..".