Class TPath.Expr

java.lang.Object
eu.bandm.tools.tpath.absy.TPath.Item
eu.bandm.tools.tpath.absy.TPath.Expr
All Implemented Interfaces:
Formattable, Cloneable
Direct Known Subclasses:
TPath.BinaryExpr, TPath.FunctionCall, TPath.PathExpr, TPath.UnaryExpr, TPath.ValueExpr
Enclosing class:
TPath

@Generated(generator="eu.bandm.tools.umod", version="0.0", timestamp="2024-12-30_01h56m35", parameters={"ARG1","ARG2"}) public abstract static class TPath.Expr extends TPath.Item
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "TPath.umod":36.1-38.23, see this pretty print.)
  • Field Details Link icon

    • forcing Link icon

      protected boolean forcing
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "TPath.umod":37.9-24, see this pretty print.)
      The type of this field is boolean(never null)
      Its value defaults to false .

      See Also:
    • get_forcing Link icon

      @Deprecated public static final Function<TPath.Expr,Boolean> get_forcing
      Deprecated.
      Use new '::' method reference instead.
    • forced Link icon

      protected boolean forced
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "TPath.umod":38.9-23, see this pretty print.)
      The type of this field is boolean(never null)
      Its value defaults to false .

      See Also:
    • get_forced Link icon

      @Deprecated public static final Function<TPath.Expr,Boolean> get_forced
      Deprecated.
      Use new '::' method reference instead.
  • Constructor Details Link icon

    • Expr Link icon

      public Expr(Location<XMLDocumentIdentifier> location)
      Constructor generated according to specification #1
      Constructor defined according to directive "C 1/..".

      Parameters:
      location - is copied to field TPath.Item.location
    • Expr Link icon

      public Expr()
      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 Link icon

    • doclone Link icon

      public TPath.Expr doclone()
      Clones this object. Method never fails, since Cloneable is known to be implemented.
      Overrides:
      doclone in class TPath.Item
      Returns:
      a fresh copy.

    • format Link icon

      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 TPath.Item
      Returns:
      a format that represents this object in a pretty-printable way
    • initFrom Link icon

      public TPath.Expr 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 TPath.Item
    • get_forcing Link icon

      public boolean get_forcing()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "TPath.umod":37.9-24, see this pretty print.)
      Generated getter method.
      Returns:
      The current field value of type boolean(never null)
      See Also:
    • set_forcing Link icon

      public boolean set_forcing(boolean val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "TPath.umod":37.9-24, 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_forced Link icon

      public boolean get_forced()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "TPath.umod":38.9-23, see this pretty print.)
      Generated getter method.
      Returns:
      The current field value of type boolean(never null)
      See Also:
    • set_forced Link icon

      public boolean set_forced(boolean val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "TPath.umod":38.9-23, 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_forcing Link icon

      public static Pattern<TPath.Expr> get_forcing(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 TPath.__Patterns.
    • get_forced Link icon

      public static Pattern<TPath.Expr> get_forced(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 TPath.__Patterns.