Package eu.bandm.tools.tpath.absy
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 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.)
(This definition has been created by UMod from the source at SYSTEM "TPath.umod":35.1-37.23, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
Generated by umod; model author's documentation MISSING.protected boolean
Generated by umod; model author's documentation MISSING.static final Function<TPath.Expr,
Boolean> Deprecated.Use new '::' method reference instead.static final Function<TPath.Expr,
Boolean> Deprecated.Use new '::' method reference instead.Fields inherited from class eu.bandm.tools.tpath.absy.TPath.Item
get_location, location
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoclone()
Clones this object.format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.boolean
Generated by umod; model author's documentation MISSING.boolean
Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.boolean
set_forced
(boolean val) Generated by umod; model author's documentation MISSING.boolean
set_forcing
(boolean val) Generated by umod; model author's documentation MISSING.Methods inherited from class eu.bandm.tools.tpath.absy.TPath.Item
get_location, set_location
-
Field Details
-
forcing
protected boolean forcingGenerated 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 tofalse
.- See Also:
-
get_forcing
Deprecated.Use new '::' method reference instead. -
forced
protected boolean forcedGenerated 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 tofalse
.- See Also:
-
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
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Overrides:
doclone
in classTPath.Item
- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Overrides:
format
in classTPath.Item
- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
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 classTPath.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:
-