Package eu.bandm.tools.d2d2.model
Class Expr0
java.lang.Object
eu.bandm.tools.d2d2.model.Expr0
- All Implemented Interfaces:
Formattable
,Cloneable
- Direct Known Subclasses:
Expression
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":28.3-29.57, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":28.3-29.57, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Function<Expr0,
Location<XMLDocumentIdentifier>> Deprecated.Use new '::' method reference instead.protected Location<XMLDocumentIdentifier>
Generated by umod; model author's documentation MISSING. -
Constructor Summary
ConstructorDescriptionExpr0()
Synthetic minimal constructor provided by the umod compiler.Expr0
(Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier 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_location
(Pattern<? super Location<XMLDocumentIdentifier>> 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.boolean
Generated by umod; model author's documentation MISSING.
-
Field Details
-
location
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":29.5-57, see this pretty print.)
The type of this field isLocation
(maybe null)
Its value defaults to null. -
get_location
Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
Expr0
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
location
- is copied to fieldlocation
-
Expr0
public Expr0()Synthetic minimal constructor provided by the umod compiler.
Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.
(All object fields are set to their default values.)
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
Copies 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. -
get_location
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":29.5-57, see this pretty print.)
Generated getter method. @see #location- Returns:
- The current field value of type
Location
(maybe null)
-
set_location
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":29.5-57, see this pretty print.)
Updates the (mutable) instance destructively. -
get_location
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary class__Patterns
.
-