public class State_rep extends State
Modifier and Type | Field and Description |
---|---|
static Function<State_rep,GrUnary> |
get_rule
Deprecated.
Use new '::' method reference instead.
|
protected GrUnary |
rule
Generated by umod; model author's documentation MISSING.
|
get_inxslt, get_predec, get_result, inxslt, predec, result
format
Constructor and Description |
---|
State_rep(ResultContainer result,
GrUnary rule)
Synthetic minimal constructor provided by the umod compiler.
|
State_rep(State predec,
ResultContainer result,
boolean inxslt,
GrUnary rule)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
State_rep |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
GrUnary |
get_rule()
Generated by umod; model author's documentation MISSING.
|
State_rep |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_rule(Expression val)
Generated by umod; model author's documentation MISSING.
|
get_inxslt, get_predec, get_result, set_inxslt, set_predec, set_result, set_rule
protected GrUnary rule
GrUnary
(never
null)@Deprecated public static final Function<State_rep,GrUnary> get_rule
public State_rep(State predec, ResultContainer result, boolean inxslt, GrUnary rule)
predec
- is copied to field State.predec
result
- is copied to field State.result
inxslt
- is copied to field State.inxslt
rule
- is copied to field rule
public State_rep(ResultContainer result, GrUnary rule)
result
- is copied to field State.result
rule
- is copied to field rule
public State_rep doclone()
Cloneable
is known to
be implemented.public Format format()
format
in interface Formattable
format
in class State
public State_rep initFrom(Object o0)
public GrUnary get_rule()
public boolean set_rule(Expression val)
see also the complete user documentation .