Uses of Class
eu.bandm.tools.d2d2.rt.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
Modifier and TypeFieldDescriptionstatic final Function<PermutationGroup,
CheckedMap_RD<Expression, PermutationSubexpression>> PermutationGroup.get_subs
Deprecated.Use new '::' method reference instead.protected CheckedMap_RD<Expression,
PermutationSubexpression> PermutationGroup.subs
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionPermutationSubexpression.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionPermutationGroup.get_subs()
Generated by umod; model author's documentation MISSING.static Pattern<PermutationSubexpression>
__Patterns.term_PermutationSubexpression
(Pattern<? super ResultContainer> superpattern) Modifier and TypeMethodDescriptionprotected void
__Formatter.action
(PermutationSubexpression el) protected void
Dump_rt.action
(PermutationSubexpression e0) protected void
MATCH_ONLY_00.action
(PermutationSubexpression e0) protected void
Match_rt.action
(PermutationSubexpression e0) protected void
SinglePhase_rt.action
(PermutationSubexpression e0) protected void
Dump_rt.descend
(PermutationSubexpression e0) protected void
Match_rt.descend
(PermutationSubexpression e0) void
MATCH_ONLY_00.match
(PermutationSubexpression e0) protected void
Match_rt.post
(PermutationSubexpression e0) protected void
Match_rt.pre
(PermutationSubexpression e0) protected void
Dump_rt.printscalars
(PermutationSubexpression e0) void
PermutationGroup.put_subs
(Expression key0, PermutationSubexpression value) Convenience un-Currying method.protected Format
__Formatter.toFormat
(PermutationSubexpression el) Modifier 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.boolean
PermutationGroup.set_subs
(CheckedMap_RD<Expression, PermutationSubexpression> val) Generated by umod; model author's documentation MISSING.