Package eu.bandm.tools.d2d2.rt
Class FlattenContext
java.lang.Object
eu.bandm.tools.d2d2.rt.FlattenContext
- All Implemented Interfaces:
Formattable
,Cloneable
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":55.3-57.52, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":55.3-57.52, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Function<FlattenContext,
Binding> Deprecated.Use new '::' method reference instead.static final Function<FlattenContext,
FlattenContext> Deprecated.Use new '::' method reference instead.protected Binding
Generated by umod; model author's documentation MISSING.protected FlattenContext
Generated by umod; model author's documentation MISSING. -
Constructor Summary
ConstructorDescriptionSynthetic minimal constructor provided by the umod compiler.FlattenContext
(FlattenContext predec, Binding localSubsts) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier and TypeMethodDescriptiondoclone()
Clones this object.format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.Generated by umod; model author's documentation MISSING.static Pattern<FlattenContext>
get_localSubsts
(Pattern<? super Binding> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.static Pattern<FlattenContext>
get_predec
(Pattern<? super FlattenContext> p) Lifts a pattern which matches the field value to one which matches this whole object.Copies values of all common fields from the argument.boolean
set_localSubsts
(Binding val) Generated by umod; model author's documentation MISSING.boolean
set_predec
(FlattenContext val) Generated by umod; model author's documentation MISSING.
-
Field Details
-
predec
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":56.5-52, see this pretty print.)
The type of this field isFlattenContext
(maybe null)
Its value defaults to null. -
get_predec
Deprecated.Use new '::' method reference instead. -
localSubsts
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":57.5-52, see this pretty print.)
The type of this field isBinding
(maybe null)
Its value defaults to null. -
get_localSubsts
Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
FlattenContext
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
predec
- is copied to fieldpredec
localSubsts
- is copied to fieldlocalSubsts
-
FlattenContext
public FlattenContext()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.- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- 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. -
get_predec
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":56.5-52, see this pretty print.)
Generated getter method. @see #predec- Returns:
- The current field value of type
FlattenContext
(maybe null)
-
set_predec
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":56.5-52, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeFlattenContext
(maybe null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_localSubsts
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":57.5-52, see this pretty print.)
Generated getter method. @see #localSubsts- Returns:
- The current field value of type
Binding
(maybe null)
-
set_localSubsts
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":57.5-52, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeBinding
(maybe null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_predec
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_localSubsts
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
.
-