Uses of Enum Class
eu.bandm.tools.tpath.absy.Axis
Packages that use Axis
Package
Description
Abstract syntax of the tpath language, realized as a umod model.
-
Uses of Axis in eu.bandm.tools.tpath.absy
Fields in eu.bandm.tools.tpath.absy declared as AxisModifier and TypeFieldDescriptionprotected AxisTPath.AxisSpecifier.axisGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.tpath.absy with type parameters of type AxisModifier and TypeFieldDescriptionstatic final Function<TPath.AxisSpecifier, Axis> TPath.AxisSpecifier.get_axisDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.tpath.absy that return AxisModifier and TypeMethodDescriptionTPath.AxisSpecifier.get_axis()Generated by umod; model author's documentation MISSING.static AxisReturns 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.Methods in eu.bandm.tools.tpath.absy with parameters of type AxisModifier and TypeMethodDescriptionprotected voidbooleanGenerated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.tpath.absy with type arguments of type AxisModifier and TypeMethodDescriptionstatic Pattern<TPath.AxisSpecifier> Lifts a pattern which matches the field value to one which matches this whole object.Constructors in eu.bandm.tools.tpath.absy with parameters of type AxisModifierConstructorDescriptionAxisSpecifier(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/..".