Package guru.mikelue.jdut.yaml.node
Interface NodeBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeType
getNodeType()
Gets type of node.
-
-
-
Method Detail
-
getNodeType
NodeType getNodeType()
Gets type of node.- Returns:
- The type of node
-
-