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, CheckedMap_RD<Expression, PermutationSubexpression>> PermutationGroup.get_subsDeprecated.Use new '::' method reference instead.protected CheckedMap_RD<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.Copies values of all common fields from the argument.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) 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) 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.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 CheckedMap_RD<Expression, PermutationSubexpression>> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanPermutationGroup.set_subs(CheckedMap_RD<Expression, PermutationSubexpression> val) Generated by umod; model author's documentation MISSING.