| Package | Description |
|---|---|
| org.snakeyaml.engine.v2.nodes |
| Modifier and Type | Method and Description |
|---|---|
abstract NodeType |
Node.getNodeType() |
NodeType |
ScalarNode.getNodeType() |
NodeType |
SequenceNode.getNodeType() |
NodeType |
AnchorNode.getNodeType() |
NodeType |
MappingNode.getNodeType() |
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2022. All rights reserved.