Uses of Class
eu.bandm.tools.d2d2.rt.PermutationSubexpression
Packages that use PermutationSubexpression
Package
Description
Umod main model class: This is a model for the
results of d2d text parsing.
-
Uses of PermutationSubexpression in eu.bandm.tools.d2d2.rt
Fields in eu.bandm.tools.d2d2.rt with type parameters of type PermutationSubexpressionModifier and TypeFieldDescriptionstatic final Function<PermutationGroup, NonNullMap<Expression, PermutationSubexpression>> PermutationGroup.get_subsDeprecated.Use new '::' method reference instead.protected NonNullMap<Expression, PermutationSubexpression> PermutationGroup.subsGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.d2d2.rt that return PermutationSubexpressionModifier and TypeMethodDescriptionPermutationSubexpression.doclone()Clones this object.__SAX_Parser.fill_PermutationSubexpression(Object res) Copies values of all common fields from the argument.__SAX_Parser.matchSAX_PermutationSubexpression()Methods in eu.bandm.tools.d2d2.rt that return types with arguments of type PermutationSubexpressionModifier and TypeMethodDescriptionPermutationGroup.get_subs()Generated by umod; model author's documentation MISSING.static Pattern<PermutationSubexpression> __Patterns.term_PermutationSubexpression(Pattern<? super ResultContainer> superpattern) Methods in eu.bandm.tools.d2d2.rt with parameters of type PermutationSubexpressionModifier and TypeMethodDescriptionprotected void__Formatter.action(PermutationSubexpression el) void__SAX_Writer.action(PermutationSubexpression e0) protected voidDump_rt.action(PermutationSubexpression e0) protected voidMATCH_ONLY_00.action(PermutationSubexpression e0) protected voidMatch_rt.action(PermutationSubexpression e0) protected voidSinglePhase_rt.action(PermutationSubexpression e0) protected voidDump_rt.descend(PermutationSubexpression e0) protected voidMatch_rt.descend(PermutationSubexpression e0) void__SAX_Parser.XMLPARSER_PermutationSubexpression.fillFields(PermutationSubexpression newobj) voidMATCH_ONLY_00.match(PermutationSubexpression e0) protected voidMatch_rt.post(PermutationSubexpression e0) protected voidMatch_rt.pre(PermutationSubexpression e0) protected voidDump_rt.printscalars(PermutationSubexpression e0) voidPermutationGroup.put_subs(Expression key0, PermutationSubexpression value) Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.protected Format__Formatter.toFormat(PermutationSubexpression el) Method parameters in eu.bandm.tools.d2d2.rt with type arguments of type PermutationSubexpressionModifier and TypeMethodDescription__Patterns.cast_PermutationSubexpression(Pattern<? super PermutationSubexpression> p) static Pattern<PermutationGroup> PermutationGroup.get_subs(Pattern<? super NonNullMap<Expression, PermutationSubexpression>> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanPermutationGroup.set_subs(NonNullMap<Expression, PermutationSubexpression> val) Generated by umod; model author's documentation MISSING.