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, sequformat| 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_sequprotected 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.locationtag - is copied to field tagpublic ResultingStructure doclone()
Cloneable is known to
be implemented.doclone in class ResultContainerpublic Format format()
format in interface Formattableformat in class ResultContainerpublic ResultingStructure initFrom(Object o0)
initFrom in class ResultContainerpublic Definition get_tag()
Definition(never null)public boolean set_tag(Definition val)
val - the new value of type Definition(never null)tagpublic 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)assocpublic void descend_assoc(MATCH_ONLY_00 visitor)
see also the complete user documentation .