public class ResultContainer extends Udom
Modifier and Type | Field and Description |
---|---|
static Function<ResultContainer,Location<String>> |
get_location
Deprecated.
Use new '::' method reference instead.
|
static Function<ResultContainer,CheckedList<Udom>> |
get_sequ
Deprecated.
Use new '::' method reference instead.
|
protected Location<String> |
location
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<Udom> |
sequ
Generated by umod; model author's documentation MISSING.
|
format
Constructor and Description |
---|
ResultContainer(Location<String> location)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
void |
descend_sequ(MATCH_ONLY_00 visitor) |
ResultContainer |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
Location<String> |
get_location()
Generated by umod; model author's documentation MISSING.
|
CheckedList<Udom> |
get_sequ()
Generated by umod; model author's documentation MISSING.
|
ResultContainer |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_location(Location<String> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_sequ(CheckedList<Udom> val)
Generated by umod; model author's documentation MISSING.
|
protected Location<String> location
Location
(never
null)@Deprecated public static final Function<ResultContainer,Location<String>> get_location
protected CheckedList<Udom> sequ
CheckedList
<Udom
(never
null)>(never null)@Deprecated public static final Function<ResultContainer,CheckedList<Udom>> get_sequ
public ResultContainer doclone()
Cloneable
is known to
be implemented.public Format format()
format
in interface Formattable
format
in class Udom
public ResultContainer initFrom(Object o0)
public Location<String> get_location()
Location
(never null)public boolean set_location(Location<String> val)
public CheckedList<Udom> get_sequ()
CheckedList
<Udom
(never
null)>(never null)public boolean set_sequ(CheckedList<Udom> val)
val
- the new value of type CheckedList
<Udom
(never
null)>(never null)sequ
public void descend_sequ(MATCH_ONLY_00 visitor)
see also the complete user documentation .