java.lang.Object
ch.qos.logback.core.pattern.parser.Node
Direct Known Subclasses:
FormattingNode

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

    • getType

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

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

      public Node getNext()
      Deprecated.
    • setNext

      public void setNext(Node next)
      Deprecated.
    • equals

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

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

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