public class Node extends Object
Node(ch.qos.logback.core.subst.Node.Type type, Object payload)
Node(ch.qos.logback.core.subst.Node.Type type, Object payload, Object defaultPart)
void
dump()
boolean
equals(Object o)
int
hashCode()
setNext(Node n)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Node(ch.qos.logback.core.subst.Node.Type type, Object payload)
public Node(ch.qos.logback.core.subst.Node.Type type, Object payload, Object defaultPart)
public String toString()
public void dump()
public void setNext(Node n)
public boolean equals(Object o)
public int hashCode()