Package eu.bandm.tools.tpath.absy
Class TPath.Item
java.lang.Object
eu.bandm.tools.tpath.absy.TPath.Item
- All Implemented Interfaces:
Formattable
,Cloneable
- Direct Known Subclasses:
TPath.AxisSpecifier
,TPath.Expr
,TPath.Test
- Enclosing class:
- TPath
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "TPath.umod":12.1-13.22, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "TPath.umod":12.1-13.22, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Function<TPath.Item,
Location<XMLDocumentIdentifier>> Deprecated.Use new '::' method reference instead.protected Location<XMLDocumentIdentifier>
Generated by umod; model author's documentation MISSING. -
Constructor Summary
-
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.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 "TPath.umod":13.9-22, 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
-
Item
public Item()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 "TPath.umod":13.9-22, 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 "TPath.umod":13.9-22, see this pretty print.)
Updates the (mutable) instance destructively.
-