Package eu.bandm.tools.d2d2.rt
Class State_sequ
java.lang.Object
eu.bandm.tools.d2d2.rt.State
eu.bandm.tools.d2d2.rt.State_sequ
- 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":93.3-95.49, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":93.3-95.49, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Function<State_sequ,
Integer> Deprecated.Use new '::' method reference instead.static final Function<State_sequ,
Seq> Deprecated.Use new '::' method reference instead.protected int
Generated by umod; model author's documentation MISSING.protected Seq
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_sequ
(ResultContainer result, Seq rule, int position) Synthetic minimal constructor provided by the umod compiler.State_sequ
(State predec, ResultContainer result, boolean inxslt, Seq rule, int position) 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.int
Generated by umod; model author's documentation MISSING.static Pattern<State_sequ>
get_position
(Pattern<? super Integer> p) 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_position
(int val) 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
-
rule
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":94.9-49, see this pretty print.)
The type of this field isSeq
(never null)
It is set by every possible constructor. -
get_rule
Deprecated.Use new '::' method reference instead. -
position
protected int positionGenerated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":95.9-49, see this pretty print.)
The type of this field is int(never null)
It is set by every possible constructor.- See Also:
-
get_position
Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
State_sequ
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
rule
- is copied to fieldrule
position
- is copied to fieldposition
-
State_sequ
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
rule
- is copied to fieldrule
position
- is copied to fieldposition
-
State_sequ
State_sequ()
-
-
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_rule
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":94.9-49, see this pretty print.)
Generated getter method. @see #rule -
set_rule
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":94.9-49, see this pretty print.)
Updates the (mutable) instance destructively. -
get_position
public int get_position()Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":95.9-49, see this pretty print.)
Generated getter method. @see #position- Returns:
- The current field value of type int(never null)
-
set_position
public boolean set_position(int val) Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":95.9-49, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of type int(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_position
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
.
-