Uses of Class
eu.bandm.tools.d2d2.rt.ResultContainer
Packages that use ResultContainer
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 ResultContainer in eu.bandm.tools.d2d2.base
Methods in eu.bandm.tools.d2d2.base with parameters of type ResultContainerModifier and TypeMethodDescriptionprotected StringUdom2Sax.getCharOnly(Definition x, ResultContainer c) -
Uses of ResultContainer in eu.bandm.tools.d2d2.rt
Subclasses of ResultContainer in eu.bandm.tools.d2d2.rtModifier and TypeClassDescriptionclassGenerated by umod; model author's documentation MISSING.classGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.rt declared as ResultContainerModifier and TypeFieldDescriptionprotected ResultContainerState.resultGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.rt with type parameters of type ResultContainerModifier and TypeFieldDescriptionstatic final Function<ResultContainer, Location<String>> ResultContainer.get_locationDeprecated.Use new '::' method reference instead.static final Function<State, ResultContainer> State.get_resultDeprecated.Use new '::' method reference instead.static final Function<ResultContainer, NonNullList<Udom>> ResultContainer.get_sequDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.rt that return ResultContainerModifier and TypeMethodDescriptionResultContainer.doclone()Clones this object.__SAX_Parser.fill_ResultContainer(Object res) State.get_result()Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.__SAX_Parser.matchSAX_ResultContainer()Methods in eu.bandm.tools.d2d2.rt that return types with arguments of type ResultContainerModifier and TypeMethodDescriptionstatic Pattern<ResultContainer> ResultContainer.get_location(Pattern<? super Location<String>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<ResultContainer> ResultContainer.get_sequ(Pattern<? super NonNullList<Udom>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<ResultContainer> __Patterns.term_ResultContainer(Pattern<? super Udom> superpattern, Pattern<? super Location<String>> p_location, Pattern<? super NonNullList<Udom>> p_sequ) Methods in eu.bandm.tools.d2d2.rt with parameters of type ResultContainerModifier and TypeMethodDescriptionprotected void__Formatter.action(ResultContainer el) void__SAX_Writer.action(ResultContainer e0) protected voidDump_rt.action(ResultContainer e0) protected voidMATCH_ONLY_00.action(ResultContainer e0) protected voidMatch_rt.action(ResultContainer e0) protected voidSinglePhase_rt.action(ResultContainer e0) protected voidDump_rt.descend(ResultContainer e0) protected voidMatch_rt.descend(ResultContainer e0) void__SAX_Writer.dumpfields(ResultContainer e0) void__SAX_Parser.XMLPARSER_ResultContainer.fillFields(ResultContainer newobj) voidDump_rt.follow_sequ(ResultContainer element) voidMatch_rt.follow_sequ(ResultContainer element) voidSinglePhase_rt.follow_sequ(ResultContainer element) voidMATCH_ONLY_00.followAll_sequ(ResultContainer element) voidMATCH_ONLY_00.match(ResultContainer e0) void__SAX_Parser.XMLPARSER_ResultContainer.parsefields(ResultContainer newobj) protected voidMatch_rt.post(ResultContainer e0) protected voidMatch_rt.pre(ResultContainer e0) protected voidDump_rt.printscalars(ResultContainer e0) booleanState.set_result(ResultContainer val) Generated by umod; model author's documentation MISSING.protected Format__Formatter.toFormat(ResultContainer el) Method parameters in eu.bandm.tools.d2d2.rt with type arguments of type ResultContainerModifier and TypeMethodDescription__Patterns.cast_ResultContainer(Pattern<? super ResultContainer> p) State.get_result(Pattern<? super ResultContainer> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<PermutationSubexpression> __Patterns.term_PermutationSubexpression(Pattern<? super ResultContainer> superpattern) static Pattern<ResultingStructure> __Patterns.term_ResultingStructure(Pattern<? super ResultContainer> superpattern, Pattern<? super Definition> p_tag, Pattern<? super Multimap<Definition, ResultingStructure>> p_assoc) Constructors in eu.bandm.tools.d2d2.rt with parameters of type ResultContainerModifierConstructorDescriptionState(@Opt State predec, ResultContainer result, boolean inxslt) Constructor defined according to directive »C 0/..«.
State(ResultContainer result) Constructor with minimal set of arguments, is supplied automatically by the umod compiler, not explicitly by the user.
State_perm(@Opt State predec, ResultContainer result, boolean inxslt, Perm rule, PermutationGroup directory) Constructor defined according to directive »C 0/..«.
State_perm(ResultContainer result, Perm rule, PermutationGroup directory) Constructor with minimal set of arguments, is supplied automatically by the umod compiler, not explicitly by the user.
State_rep(@Opt State predec, ResultContainer result, boolean inxslt, GrUnary rule) Constructor defined according to directive »C 0/..«.
State_rep(ResultContainer result, GrUnary rule) Constructor with minimal set of arguments, is supplied automatically by the umod compiler, not explicitly by the user.
State_sequ(@Opt State predec, ResultContainer result, boolean inxslt, Seq rule, int position) Constructor defined according to directive »C 0/..«.
State_sequ(ResultContainer result, Seq rule, int position) Constructor with minimal set of arguments, is supplied automatically by the umod compiler, not explicitly by the user.
State_singleton(@Opt State predec, ResultContainer result, boolean inxslt, Reference ref, Definition def, Expression rule) Constructor defined according to directive »C 0/..«.
State_singleton(ResultContainer result, Reference ref, Definition def, Expression rule) Constructor with minimal set of arguments, is supplied automatically by the umod compiler, not explicitly by the user.