Package eu.bandm.tools.tpath.type
Class Node.NamespaceDecl
java.lang.Object
eu.bandm.tools.tpath.type.Node.NodeType
eu.bandm.tools.tpath.type.Node.NamespaceDecl
- All Implemented Interfaces:
Formattable,Cloneable
- Enclosing class:
Node
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-08-17_22h54m45")
public static class Node.NamespaceDecl
extends Node.NodeType
-
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
-
NamespaceDecl
public NamespaceDecl()
-
-
Method Details
-
doclone
- Overrides:
doclonein classNode.NodeType
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
formatin interfaceFormattable- Overrides:
formatin classNode.NodeType- 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.NodeType
-