Package eu.bandm.tools.dtm
Class DTM.CP
java.lang.Object
eu.bandm.tools.dtm.DTM.Content
eu.bandm.tools.dtm.DTM.CP
- All Implemented Interfaces:
- Formattable,- Cloneable
- Direct Known Subclasses:
- DTM.Choice,- DTM.Sequence,- DTM.Singleton
- Enclosing class:
- DTM
@Generated(generator="eu.bandm.tools.umod",
           version="",
           timestamp="2025-08-17_22h52m56")
public abstract static class DTM.CP
extends DTM.Content
Generated by umod; model author's documentation MISSING.    
(This definition has been created by UMod from the source at SYSTEM "DTM.umod":42.1-43.49, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "DTM.umod":42.1-43.49, see this pretty print.)
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected EBNFModifierGenerated by umod; model author's documentation MISSING.
- 
Constructor SummaryConstructorsConstructorDescriptionCP(EBNFModifier modifier) Constructor generated according to specification #0
 Constructor defined according to directive "C 0/..".
- 
Method SummaryModifier and TypeMethodDescriptiondoclone()Clones this object.format()Delivers a format object for pretty-printing by inheritance from some ancestor class.Generated by umod; model author's documentation MISSING.get_modifier(Pattern<? super EBNFModifier> p) Lifts a pattern which matches the field value to one which matches this whole object.Copies values of all common fields from the argument.Generated by umod; model author's documentation MISSING.
- 
Field Details- 
modifierGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "DTM.umod":43.9-49, see this pretty print.)
 The type of this field isEBNFModifier(nevernull)
 It is set by every possible constructor.- See Also:
 
 
- 
- 
Constructor Details- 
CPConstructor generated according to specification #0
 Constructor defined according to directive "C 0/..".- Parameters:
- modifier- is copied to field- modifier
 
 
- 
- 
Method Details- 
docloneClones this object. Method never fails, sinceCloneableis known to be implemented.- Overrides:
- doclonein class- DTM.Content
- Returns:
- a fresh copy.  
 
 
- 
formatDelivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
- formatin interface- Formattable
- Overrides:
- formatin class- DTM.Content
- Returns:
- a format that represents this object in a pretty-printable way
 
- 
initFromCopies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument.- Overrides:
- initFromin class- DTM.Content
 
- 
get_modifierGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "DTM.umod":43.9-49, see this pretty print.)
 Generated getter method.- Returns:
- The current field value of type EBNFModifier(nevernull)
- See Also:
 
- 
with_modifierGenerated by umod; model author's documentation MISSING.
 (This definition has been created by UMod from the source at SYSTEM "DTM.umod":43.9-49, see this pretty print.)- Parameters:
- val- the new value of type- EBNFModifier(never- null)
- Returns:
- a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
- See Also:
 
- 
get_modifierLifts a pattern which matches the field value to one which matches this whole object.
 More complex pattern methods are generated in the one ancillary classDTM.__Patterns.
 
-