Package | Description |
---|---|
eu.bandm.tools.tpath.absy |
Abstract syntax of the tpath language, realized as a umod model.
|
Modifier and Type | Field and Description |
---|---|
protected Axis |
TPath.AxisSpecifier.axis |
Modifier and Type | Field and Description |
---|---|
static Function<TPath.AxisSpecifier,Axis> |
TPath.AxisSpecifier.get_axis
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
Axis |
TPath.AxisSpecifier.get_axis() |
static Axis |
Axis.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Axis[] |
Axis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TPath.MATCH_ONLY_00.action(Axis e0) |
boolean |
TPath.AxisSpecifier.set_axis(Axis val) |
Constructor and Description |
---|
AxisSpecifier(Axis axis) |
see also the complete user documentation .