Package eu.bandm.tools.tpath.type
Class Node.Default
java.lang.Object
eu.bandm.tools.tpath.type.Node.AttValue
eu.bandm.tools.tpath.type.Node.Default
- All Implemented Interfaces:
Formattable,Cloneable
- Enclosing class:
Node
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-08-17_22h54m45")
public static class Node.Default
extends Node.AttValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final intprotected booleanstatic final Function<Node.Default, Boolean> Deprecated.Use new '::' method reference instead.static final Function<Node.Default, String> Deprecated.Use new '::' method reference instead.protected String -
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.booleaninthashCode()Generated by umod because this class isALGEBRAIC.Copies values of all common fields from the argument.with_fixed(boolean val) with_value(String val) booleanx_equals(Node.Default e0) Methods inherited from class eu.bandm.tools.tpath.type.Node.AttValue
x_equals
-
Field Details
-
BASE_HASH
protected static final int BASE_HASH -
fixed
protected boolean fixed -
get_fixed
Deprecated.Use new '::' method reference instead. -
value
-
get_value
Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
Default
-
-
Method Details
-
doclone
- Overrides:
doclonein classNode.AttValue
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
formatin interfaceFormattable- Overrides:
formatin classNode.AttValue- Returns:
- a format that represents this object in a pretty-printable way
-
equals
Generated by umod because this class isALGEBRAIC.- Overrides:
equalsin classNode.AttValue
-
x_equals
-
hashCode
public int hashCode()Generated by umod because this class isALGEBRAIC.- Overrides:
hashCodein classNode.AttValue
-
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.AttValue
-
get_fixed
public boolean get_fixed() -
with_fixed
-
get_value
-
with_value
-