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 BindingMethods in eu.bandm.tools.d2d2.base that return BindingMethods in eu.bandm.tools.d2d2.base with parameters of type Binding -
Uses of Binding in eu.bandm.tools.d2d2.rt
Fields in eu.bandm.tools.d2d2.rt declared as BindingModifier and TypeFieldDescriptionFlattenContext.localSubstsGenerated by umod; model author's documentation MISSING.Binding.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, @Opt 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.__SAX_Parser.fill_Binding(Object res) 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.__SAX_Parser.matchSAX_Binding()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 @Opt 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 @Opt 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 @Opt Binding> p_predec, Pattern<? super String> p_id, Pattern<? super Expression> p_exp, Pattern<? super ImportContext> p_context, Pattern<? super @Opt String> p_definitionName, Pattern<? super Boolean> p_used) Methods in eu.bandm.tools.d2d2.rt with parameters of type BindingModifier and TypeMethodDescriptionprotected voidvoidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidvoid__SAX_Writer.dumpfields(Binding e0) void__SAX_Parser.XMLPARSER_Binding.fillFields(Binding newobj) voidvoid__SAX_Parser.XMLPARSER_Binding.parsefields(Binding newobj) protected voidprotected voidprotected voidDump_rt.printscalars(Binding e0) booleanFlattenContext.set_localSubsts(@Opt Binding val) Generated by umod; model author's documentation MISSING.booleanBinding.set_predec(@Opt 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 @Opt Binding> p) Lifts a pattern which matches the field value to one which matches this whole object.Binding.get_predec(Pattern<? super @Opt 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(@Opt Binding predec, String id, Expression exp, ImportContext context, @Opt String definitionName) Constructor defined according to directive »C 0/..«.
FlattenContext(@Opt FlattenContext predec, @Opt Binding localSubsts) Constructor defined according to directive »C 0/..«.