Class ResultingChars

java.lang.Object
eu.bandm.tools.d2d2.rt.Udom
eu.bandm.tools.d2d2.rt.ResultingChars
All Implemented Interfaces:
Formattable, Cloneable
Direct Known Subclasses:
SubstituteChars

public class ResultingChars extends Udom
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":44.3-46.49, see this pretty print.)
  • Field Details

  • Constructor Details

    • ResultingChars

      public ResultingChars(MemString chars, boolean isWhitespace)
      Constructor generated according to specification #0
      Constructor defined according to directive "C 0/..".
      Parameters:
      chars - is copied to field chars
      isWhitespace - is copied to field isWhitespace
    • ResultingChars

      ResultingChars()
  • Method Details

    • doclone

      public ResultingChars doclone()
      Clones this object. Method never fails, since Cloneable is known to be implemented.
      Overrides:
      doclone in class Udom
      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
      Overrides:
      format in class Udom
      Returns:
      a format that represents this object in a pretty-printable way
    • initFrom

      public ResultingChars 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.
      Overrides:
      initFrom in class Udom
    • get_chars

      public MemString get_chars()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "Rt.umod":45.9-49, see this pretty print.)
      Generated getter method. @see #chars
      Returns:
      The current field value of type MemString(never null)
    • set_chars

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

      public boolean get_isWhitespace()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "Rt.umod":46.9-49, see this pretty print.)
      Generated getter method. @see #isWhitespace
      Returns:
      The current field value of type boolean(never null)
    • set_isWhitespace

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

      public static Pattern<ResultingChars> get_chars(Pattern<? super MemString> 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_isWhitespace

      public static Pattern<ResultingChars> get_isWhitespace(Pattern<? super Boolean> 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.