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, resultformat| 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_ruleprotected 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.predecresult - is copied to field State.resultinxslt - is copied to field State.inxsltrule - is copied to field rulepublic State_rep(ResultContainer result, GrUnary rule)
result - is copied to field State.resultrule - is copied to field rulepublic State_rep doclone()
Cloneable is known to
be implemented.public Format format()
format in interface Formattableformat in class Statepublic State_rep initFrom(Object o0)
public GrUnary get_rule()
public boolean set_rule(Expression val)
see also the complete user documentation .