Package eu.bandm.tools.tpath.type
Class Node.Attribute
java.lang.Object
eu.bandm.tools.tpath.type.Node.NodeType
eu.bandm.tools.tpath.type.Node.NamedType
eu.bandm.tools.tpath.type.Node.Attribute
- All Implemented Interfaces:
Formattable,Cloneable
- Enclosing class:
Node
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2026-01-12_18h02m07")
public static class Node.Attribute
extends Node.NamedType
-
Field Summary
FieldsFields inherited from class eu.bandm.tools.tpath.type.Node.NamedType
get_name, name -
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.booleanMethods inherited from class eu.bandm.tools.tpath.type.Node.NamedType
get_name, with_name
-
Field Details
-
BASE_HASH
protected static final int BASE_HASH
-
-
Constructor Details
-
Attribute
-
-
Method Details
-
doclone
- Overrides:
doclonein classNode.NamedType
-
getFormatHint
Delivers the format specification from the umod source.
The constant return value is ..
'@'name
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.NamedType- 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.NamedType
-