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 Object
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.NodegetNext()Deprecated.intgetType()Deprecated.ObjectgetValue()Deprecated.inthashCode()Deprecated.voidsetNext(Node next)Deprecated.StringtoString()Deprecated.
-