Class TagsRegExp

All Implemented Interfaces:
Formattable, Serializable, Cloneable

public class TagsRegExp extends XRegExp
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":261.3-263.80, see this pretty print.)
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • doclone

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

      public TagsRegExp 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 XRegExp
    • get_verbatim_input

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

      public boolean set_verbatim_input(boolean val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":262.9-32, 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_localdefs

      public CheckedMap_RD<String,Definition> get_localdefs()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":263.9-80, see this pretty print.)
      Generated getter method. @see #localdefs
      Returns:
      The current field value of type CheckedMap_RD<java.lang.String(never null),Definition(never null)>(never null)
    • set_localdefs

      public boolean set_localdefs(CheckedMap_RD<String,Definition> val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":263.9-80, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type CheckedMap_RD<java.lang.String(never null),Definition(never null)>(never null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • put_localdefs

      public void put_localdefs(String key0, Definition value)
      Convenience un-Currying method.
      Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.
      Parameters:
      value - the new value of type Definition(never null)
      See Also:
    • containsKey_localdefs

      public boolean containsKey_localdefs(String key0)
      Convenience un-Currying method.
      Returns:
      whether there exists a chain of collection objects to the given co-ordinate.
      See Also:
    • descend_localdefs

      @Deprecated public void descend_localdefs(MATCH_ONLY_00 visitor)
      Deprecated.
    • descend_0_localdefs

      @Deprecated public void descend_0_localdefs(MATCH_ONLY_00 visitor)
      Deprecated.
    • descend_2_localdefs

      @Deprecated public void descend_2_localdefs(MATCH_ONLY_00 visitor)
      Deprecated.
    • get_verbatim_input

      public static Pattern<TagsRegExp> get_verbatim_input(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.
    • get_localdefs

      public static Pattern<TagsRegExp> get_localdefs(Pattern<? super CheckedMap_RD<String,Definition>> 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.