public abstract static class DTM.CP extends DTM.Content
Modifier and Type | Field and Description |
---|---|
static Function<DTM.CP,EBNFModifier> |
get_modifier
Deprecated.
Use new '::' method reference instead.
|
protected EBNFModifier |
modifier
Generated by umod; model author's documentation MISSING.
|
format
Constructor and Description |
---|
CP(EBNFModifier modifier)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
DTM.CP |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
EBNFModifier |
get_modifier()
Generated by umod; model author's documentation MISSING.
|
DTM.CP |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTM.CP |
with_modifier(EBNFModifier val)
Generated by umod; model author's documentation MISSING.
|
protected EBNFModifier modifier
EBNFModifier
(never
null)@Deprecated public static final Function<DTM.CP,EBNFModifier> get_modifier
public CP(EBNFModifier modifier)
modifier
- is copied to field modifier
public DTM.CP doclone()
Cloneable
is known
to be implemented.doclone
in class DTM.Content
public Format format()
format
in interface Formattable
format
in class DTM.Content
public DTM.CP initFrom(Object o0)
initFrom
in class DTM.Content
public EBNFModifier get_modifier()
EBNFModifier
(never null)public DTM.CP with_modifier(EBNFModifier val)
val
- the new value of type EBNFModifier
(never null)modifier
see also the complete user documentation .