public static class DTM.Sequence extends DTM.CP
Modifier and Type | Field and Description |
---|---|
protected static int |
BASE_HASH |
protected CheckedList<DTM.CP> |
elems
Generated by umod; model author's documentation MISSING.
|
static Function<DTM.Sequence,CheckedList<DTM.CP>> |
get_elems
Deprecated.
Use new '::' method reference instead.
|
get_modifier, modifier
format
Constructor and Description |
---|
Sequence(EBNFModifier modifier)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
void |
descend_elems(DTM.MATCH_ONLY_00 visitor) |
DTM.Sequence |
doclone()
Clones this object.
|
boolean |
equals(Object e0)
Generated by umod because this class is
ALGEBRAIC . |
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
CheckedList<DTM.CP> |
get_elems()
Generated by umod; model author's documentation MISSING.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
int |
hashCode()
Generated by umod because this class is
ALGEBRAIC . |
DTM.Sequence |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTM.Sequence |
with_elems(CheckedList<DTM.CP> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
x_equals(DTM.Sequence e0) |
get_modifier, with_modifier
protected static final int BASE_HASH
protected CheckedList<DTM.CP> elems
CheckedList
<DTM.CP
(never
null)>(never null)@Deprecated public static final Function<DTM.Sequence,CheckedList<DTM.CP>> get_elems
public Sequence(EBNFModifier modifier)
modifier
- is copied to field DTM.CP.modifier
public DTM.Sequence doclone()
Cloneable
is known
to be implemented.public static String getFormatHint()
elems['(',',' ,')']
public Format format()
format
in interface Formattable
format
in class DTM.CP
public boolean equals(Object e0)
ALGEBRAIC
.public boolean x_equals(DTM.Sequence e0)
public int hashCode()
ALGEBRAIC
.public DTM.Sequence initFrom(Object o0)
public CheckedList<DTM.CP> get_elems()
CheckedList
<DTM.CP
(never
null)>(never null)public DTM.Sequence with_elems(CheckedList<DTM.CP> val)
val
- the new value of type CheckedList
<DTM.CP
(never
null)>(never null)elems
public void descend_elems(DTM.MATCH_ONLY_00 visitor)
see also the complete user documentation .