Class FlattenContext

java.lang.Object
eu.bandm.tools.d2d2.rt.FlattenContext
All Implemented Interfaces:
Formattable, Cloneable

@Generated(generator="eu.bandm.tools.umod", version="", timestamp="2026-02-01_13h21m14") public class FlattenContext extends Object implements Cloneable, Formattable
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":60.3-62.52, see this pretty print.)
  • Field Details

  • Constructor Details

    • FlattenContext

      public FlattenContext(@Opt @Opt FlattenContext predec, @Opt @Opt Binding localSubsts)
      Constructor defined according to directive »C 0/..«.

      Parameters:
      predec - is copied to field predec
      localSubsts - is copied to field localSubsts
    • FlattenContext

      public FlattenContext()
      Constructor with minimal set of arguments, is supplied automatically by the umod compiler, not explicitly by the user.
      (All object fields are set to their default values.)

  • Method Details

    • doclone

      public FlattenContext doclone()
      Clones this object. Method never fails, since Cloneable is known to be implemented.

      Returns:
      a fresh copy.
    • format

      public Format format()
      Delivers a format object for pretty-printing by inheritance from some ancestor class.
      Specified by:
      format in interface Formattable
      Returns:
      a format that represents this object in a pretty-printable way
    • initFrom

      public FlattenContext initFrom(Object o0)
      Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument.
    • get_predec

      @Opt public @Opt FlattenContext get_predec()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "Rt.umod":61.5-52, see this pretty print.)
      Generated getter method.
      Returns:
      The current field value of type FlattenContext(maybe null)
      See Also:
    • set_predec

      public boolean set_predec(@Opt @Opt FlattenContext val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "Rt.umod":61.5-52, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type FlattenContext(maybe null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_localSubsts

      @Opt public @Opt Binding get_localSubsts()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "Rt.umod":62.5-52, see this pretty print.)
      Generated getter method.
      Returns:
      The current field value of type Binding(maybe null)
      See Also:
    • set_localSubsts

      public boolean set_localSubsts(@Opt @Opt Binding val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "Rt.umod":62.5-52, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type Binding(maybe null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_predec

      public static Pattern<FlattenContext> get_predec(Pattern<? super @Opt FlattenContext> p)
      Lifts a pattern which matches the field value to one which matches this whole object.
      More complex pattern methods are generated in the one ancillary class __Patterns.
    • get_localSubsts

      public static Pattern<FlattenContext> get_localSubsts(Pattern<? super @Opt Binding> p)
      Lifts a pattern which matches the field value to one which matches this whole object.
      More complex pattern methods are generated in the one ancillary class __Patterns.