Package eu.bandm.tools.d2d2.rt
Class State_singleton
java.lang.Object
eu.bandm.tools.d2d2.rt.State
eu.bandm.tools.d2d2.rt.State_singleton
- 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":87.3-90.49, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":87.3-90.49, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionprotected Definition
Generated by umod; model author's documentation MISSING.static final Function<State_singleton,
Definition> Deprecated.Use new '::' method reference instead.static final Function<State_singleton,
Reference> Deprecated.Use new '::' method reference instead.static final Function<State_singleton,
Expression> Deprecated.Use new '::' method reference instead.protected Reference
Generated by umod; model author's documentation MISSING.protected Expression
Generated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.d2d2.rt.State
get_inxslt, get_predec, get_result, inxslt, predec, result
-
Constructor Summary
ConstructorDescriptionState_singleton
(ResultContainer result, Reference ref, Definition def, Expression rule) Synthetic minimal constructor provided by the umod compiler.State_singleton
(State predec, ResultContainer result, boolean inxslt, Reference ref, Definition def, Expression rule) 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.get_def()
Generated by umod; model author's documentation MISSING.static Pattern<State_singleton>
get_def
(Pattern<? super Definition> p) Lifts a pattern which matches the field value to one which matches this whole object.get_ref()
Generated by umod; model author's documentation MISSING.static Pattern<State_singleton>
Lifts a pattern which matches the field value to one which matches this whole object.get_rule()
Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.boolean
set_def
(Definition val) Generated by umod; model author's documentation MISSING.boolean
Generated by umod; model author's documentation MISSING.boolean
set_rule
(Expression val) Generated by umod; model author's documentation MISSING.Methods inherited from class eu.bandm.tools.d2d2.rt.State
get_inxslt, get_inxslt, get_predec, get_predec, get_result, get_result, get_rule, set_inxslt, set_predec, set_result, set_rule
-
Field Details
-
ref
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":88.9-49, see this pretty print.)
The type of this field isReference
(never null)
It is set by every possible constructor. -
get_ref
Deprecated.Use new '::' method reference instead. -
def
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":89.9-49, see this pretty print.)
The type of this field isDefinition
(never null)
It is set by every possible constructor. -
get_def
Deprecated.Use new '::' method reference instead. -
rule
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":90.9-49, see this pretty print.)
The type of this field isExpression
(never null)
It is set by every possible constructor. -
get_rule
Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
State_singleton
public State_singleton(State predec, ResultContainer result, boolean inxslt, Reference ref, Definition def, Expression rule) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
predec
- is copied to fieldState.predec
result
- is copied to fieldState.result
inxslt
- is copied to fieldState.inxslt
ref
- is copied to fieldref
def
- is copied to fielddef
rule
- is copied to fieldrule
-
State_singleton
Synthetic minimal constructor provided by the umod compiler.
Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.- Parameters:
result
- is copied to fieldState.result
ref
- is copied to fieldref
def
- is copied to fielddef
rule
- is copied to fieldrule
-
State_singleton
State_singleton()
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented. -
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Overrides:
format
in classState
- 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_ref
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":88.9-49, see this pretty print.)
Generated getter method. @see #ref- Returns:
- The current field value of type
Reference
(never null)
-
set_ref
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":88.9-49, see this pretty print.)
Updates the (mutable) instance destructively. -
get_def
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":89.9-49, see this pretty print.)
Generated getter method. @see #def- Returns:
- The current field value of type
Definition
(never null)
-
set_def
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":89.9-49, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeDefinition
(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_rule
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":90.9-49, see this pretty print.)
Generated getter method. @see #rule- Overrides:
get_rule
in classState
- Returns:
- The current field value of type
Expression
(never null)
-
set_rule
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":90.9-49, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeExpression
(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_ref
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_def
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
.
-