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

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

    • forcing

      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":36.9-24, see this pretty print.)
      The type of this field is boolean(never null)
      Its value defaults to false .
      See Also:
    • get_forcing

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

      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":37.9-23, see this pretty print.)
      The type of this field is boolean(never null)
      Its value defaults to false .
      See Also:
    • get_forced

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

    • Expr

      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

    • doclone

      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

      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

      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

      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":36.9-24, see this pretty print.)
      Generated getter method. @see #forcing
      Returns:
      The current field value of type boolean(never null)
    • set_forcing

      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":36.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

      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":37.9-23, see this pretty print.)
      Generated getter method. @see #forced
      Returns:
      The current field value of type boolean(never null)
    • set_forced

      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":37.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: