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