Package eu.bandm.tools.tpath.type
Class Node.NmToken
java.lang.Object
eu.bandm.tools.tpath.type.Node.AttType
eu.bandm.tools.tpath.type.Node.NmToken
- All Implemented Interfaces:
Formattable,Cloneable
- Enclosing class:
Node
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-08-17_22h54m45")
public static class Node.NmToken
extends Node.AttType
-
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(Node.NmToken e0)
-
Field Details
-
BASE_HASH
protected static final int BASE_HASH
-
-
Constructor Details
-
NmToken
public NmToken()
-
-
Method Details
-
doclone
- Overrides:
doclonein classNode.AttType
-
getFormatHint
Delivers the format specification from the umod source.
The constant return value is ..
'NMTOKEN'
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 classNode.AttType- 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 classNode.AttType
-