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.ObjectDeprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Deprecated.NodegetNext()Deprecated.intgetType()Deprecated.java.lang.ObjectgetValue()Deprecated.inthashCode()Deprecated.voidsetNext(Node next)Deprecated.java.lang.StringtoString()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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-