Class Node
- java.lang.Object
-
- ch.qos.logback.core.pattern.parser.Node
-
- Direct Known Subclasses:
FormattingNode
@Deprecated(since="2022-01-27") public class Node extends java.lang.Object
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Deprecated.Node
getNext()
Deprecated.int
getType()
Deprecated.java.lang.Object
getValue()
Deprecated.int
hashCode()
Deprecated.void
setNext(Node next)
Deprecated.java.lang.String
toString()
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 classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
-