Package eu.bandm.tools.tpath.type
Class Node.AttValue
java.lang.Object
eu.bandm.tools.tpath.type.Node.AttValue
- All Implemented Interfaces:
Formattable,Cloneable
- Direct Known Subclasses:
Node.Default,Node.Implied,Node.Required
- Enclosing class:
Node
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2026-02-18_13h27m27")
public static class Node.AttValue
extends Object
implements Cloneable, Formattable
-
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 by inheritance from some ancestor class.inthashCode()Generated by umod because this class isALGEBRAIC.Copies values of all common fields from the argument.boolean
-
Field Details
-
BASE_HASH
protected static final int BASE_HASH
-
-
Constructor Details
-
AttValue
public AttValue()
-
-
Method Details
-
doclone
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
formatin interfaceFormattable- 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.
-