public static class TPath.AxisSpecifier extends TPath.Item
| Modifier and Type | Field and Description |
|---|---|
protected Axis |
axis |
static Function<TPath.AxisSpecifier,Axis> |
get_axis
Deprecated.
Use new '::' method reference instead.
|
get_location, locationformat| Constructor and Description |
|---|
AxisSpecifier(Axis axis) |
| Modifier and Type | Method and Description |
|---|---|
TPath.AxisSpecifier |
doclone() |
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
Axis |
get_axis() |
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
TPath.AxisSpecifier |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_axis(Axis val) |
get_location, set_locationprotected Axis axis
@Deprecated public static final Function<TPath.AxisSpecifier,Axis> get_axis
public AxisSpecifier(Axis axis)
public TPath.AxisSpecifier doclone()
doclone in class TPath.Itempublic static String getFormatHint()
axis public Format format()
format in interface Formattableformat in class TPath.Itempublic TPath.AxisSpecifier initFrom(Object o0)
initFrom in class TPath.Itempublic Axis get_axis()
public boolean set_axis(Axis val)
see also the complete user documentation .