Package eu.bandm.tools.tpath.type
Class Type.Number
java.lang.Object
eu.bandm.tools.tpath.type.Type.XPathType
eu.bandm.tools.tpath.type.Type.XPathProperType
eu.bandm.tools.tpath.type.Type.Number
- All Implemented Interfaces:
Formattable,Cloneable
- Enclosing class:
Type
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-08-17_22h54m43")
public static class Type.Number
extends Type.XPathProperType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoclone()booleanGenerated by umod because this class isALGEBRAIC.format()Delivers a format object for pretty-printing, as specified in the umod source.static StringDelivers the format specification from the umod source.inthashCode()Generated by umod because this class isALGEBRAIC.Copies values of all common fields from the argument.booleanx_equals(Type.Number e0)
-
Field Details
-
BASE_HASH
protected static final int BASE_HASH
-
-
Constructor Details
-
Number
public Number()
-
-
Method Details
-
doclone
- Overrides:
doclonein classType.XPathProperType
-
getFormatHint
Delivers the format specification from the umod source.
The constant return value is ..
'number'
This can be used e.g. by format code interpreters which process objects of different origin. -
format
Delivers a format object for pretty-printing, as specified in the umod source.- Specified by:
formatin interfaceFormattable- Overrides:
formatin classType.XPathProperType- Returns:
- a format that represents this object in a pretty-printable way
-
equals
Generated by umod because this class isALGEBRAIC. -
x_equals
-
hashCode
public int hashCode()Generated by umod because this class isALGEBRAIC. -
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.- Overrides:
initFromin classType.XPathProperType
-