Uses of Enum Class
eu.bandm.tools.tpath.absy.Axis
Package
Description
Abstract syntax of the tpath language, realized as a umod model.
-
Uses of Axis in eu.bandm.tools.tpath.absy
Modifier and TypeFieldDescriptionprotected Axis
TPath.AxisSpecifier.axis
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionstatic final Function
<TPath.AxisSpecifier, Axis> TPath.AxisSpecifier.get_axis
Deprecated.Use new '::' method reference instead.Modifier and TypeMethodDescriptionTPath.AxisSpecifier.get_axis()
Generated by umod; model author's documentation MISSING.static Axis
Returns the enum constant of this class with the specified name.static Axis[]
Axis.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected void
boolean
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionstatic Pattern
<TPath.AxisSpecifier> Lifts a pattern which matches the field value to one which matches this whole object.ModifierConstructorDescriptionAxisSpecifier
(Location<XMLDocumentIdentifier> location, Axis axis) Constructor generated according to specification #1
Constructor defined according to directive "C 1/.."
.AxisSpecifier
(Axis axis) Constructor generated according to specification #0
Constructor defined according to directive "C 0/.."
.