Class Node

  • Direct Known Subclasses:
    FormattingNode

    @Deprecated(since="2022-01-27")
    public class Node
    extends java.lang.Object
    Deprecated.
    • Method Detail

      • getType

        public int getType()
        Deprecated.
        Returns:
        Returns the type.
      • getValue

        public java.lang.Object getValue()
        Deprecated.
        Returns:
        Returns the value.
      • getNext

        public Node getNext()
        Deprecated.
      • setNext

        public void setNext​(Node next)
        Deprecated.
      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object