public final class Component
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static cufy.util.Node.Key |
ACCESSOR
The key of the accessor component.
|
static cufy.util.Node.Key |
CLOSE
The key of the closing anchor.
|
static cufy.util.Node.Key |
KEY
The key of the key component.
|
static cufy.util.Node.Key |
LEFT
The key of the component at the left.
|
static cufy.util.Node.Key |
OPEN
The key of the opening anchor component.
|
static cufy.util.Node.Key |
PARAMETER
The key of the parameter component.
|
static cufy.util.Node.Key |
RIGHT
The key of the component at the right.
|
static cufy.util.Node.Key |
TYPE
The key of the type component.
|
@NotNull public static final cufy.util.Node.Key ACCESSOR
@NotNull public static final cufy.util.Node.Key CLOSE
@NotNull public static final cufy.util.Node.Key KEY
@NotNull public static final cufy.util.Node.Key LEFT
@NotNull public static final cufy.util.Node.Key OPEN
@NotNull public static final cufy.util.Node.Key PARAMETER
@NotNull public static final cufy.util.Node.Key RIGHT
@NotNull public static final cufy.util.Node.Key TYPE