Class Node
java.lang.Object
ch.qos.logback.core.pattern.parser.Node
- Direct Known Subclasses:
FormattingNode
-
Field Details
-
LITERAL
static final int LITERAL- See Also:
-
SIMPLE_KEYWORD
static final int SIMPLE_KEYWORD- See Also:
-
COMPOSITE_KEYWORD
static final int COMPOSITE_KEYWORD- See Also:
-
type
final int type -
value
-
next
Node next
-
-
Constructor Details
-
Node
Node(int type) -
Node
Node(int type, Object value)
-
-
Method Details
-
getType
public int getType()- Returns:
- Returns the type.
-
getValue
- Returns:
- Returns the value.
-
getNext
-
setNext
-
equals
-
hashCode
-
printNext
String printNext() -
toString
-