Uses of Class
eu.bandm.tools.d2d2.rt.State_singleton
Packages that use State_singleton
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 State_singleton in eu.bandm.tools.d2d2.base
Methods in eu.bandm.tools.d2d2.base that return State_singletonModifier and TypeMethodDescriptionprotected State_singletonText2Udom.find_top_singleton()Called fromText2Udom.return_to_upper_input_mode().protected State_singletonText2Udom.find_top_singleton(boolean mustBeNonAtt) Methods in eu.bandm.tools.d2d2.base with parameters of type State_singletonModifier and TypeMethodDescriptionprotected voidText2Udom.deliver_to_singletonstate(ResultingStructure res, State_singleton tss) -
Uses of State_singleton in eu.bandm.tools.d2d2.rt
Fields in eu.bandm.tools.d2d2.rt with type parameters of type State_singletonModifier and TypeFieldDescriptionstatic final Function<State_singleton, Definition> State_singleton.get_defDeprecated.Use new '::' method reference instead.static final Function<State_singleton, Reference> State_singleton.get_refDeprecated.Use new '::' method reference instead.static final Function<State_singleton, Expression> State_singleton.get_ruleDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.rt that return State_singletonModifier and TypeMethodDescriptionState_singleton.doclone()Clones this object.Copies values of all common fields from the argument.Methods in eu.bandm.tools.d2d2.rt that return types with arguments of type State_singletonModifier and TypeMethodDescriptionstatic Pattern<State_singleton> State_singleton.get_def(Pattern<? super Definition> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<State_singleton> Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<State_singleton> __Patterns.term_State_singleton(Pattern<? super State> superpattern, Pattern<? super Reference> p_ref, Pattern<? super Definition> p_def) Methods in eu.bandm.tools.d2d2.rt with parameters of type State_singletonModifier and TypeMethodDescriptionprotected void__Formatter.action(State_singleton el) protected voidDump_rt.action(State_singleton e0) protected voidMATCH_ONLY_00.action(State_singleton e0) protected voidMatch_rt.action(State_singleton e0) protected voidSinglePhase_rt.action(State_singleton e0) protected voidDump_rt.descend(State_singleton e0) protected voidMatch_rt.descend(State_singleton e0) voidMATCH_ONLY_00.match(State_singleton e0) protected voidMatch_rt.post(State_singleton e0) protected voidMatch_rt.pre(State_singleton e0) protected voidDump_rt.printscalars(State_singleton e0) protected Format__Formatter.toFormat(State_singleton el) Method parameters in eu.bandm.tools.d2d2.rt with type arguments of type State_singletonModifier and TypeMethodDescription__Patterns.cast_State_singleton(Pattern<? super State_singleton> p)