Class FlattenContext

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

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":55.3-57.52, see this pretty print.)
  • Field Details

  • Constructor Details

    • FlattenContext

      public FlattenContext(FlattenContext predec, Binding localSubsts)
      Constructor generated according to specification #0
      Constructor defined according to directive "C 0/..".
      Parameters:
      predec - is copied to field predec
      localSubsts - is copied to field localSubsts
    • FlattenContext

      public FlattenContext()
      Synthetic minimal constructor provided by the umod compiler.
      Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by 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

      public 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":56.5-52, see this pretty print.)
      Generated getter method. @see #predec
      Returns:
      The current field value of type FlattenContext(maybe null)
    • set_predec

      public boolean set_predec(FlattenContext val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "Rt.umod":56.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

      public 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":57.5-52, see this pretty print.)
      Generated getter method. @see #localSubsts
      Returns:
      The current field value of type Binding(maybe null)
    • set_localSubsts

      public boolean set_localSubsts(Binding val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "Rt.umod":57.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 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 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.