Class CmtTree
- java.lang.Object
-
- ru.vyarus.yaml.updater.parse.common.model.TreeNode<T>
-
- ru.vyarus.yaml.updater.parse.common.model.TreeRoot<CmtNode>
-
- ru.vyarus.yaml.updater.parse.comments.model.CmtTree
-
- All Implemented Interfaces:
LineNumberAware
public class CmtTree extends TreeRoot<CmtNode>
Yaml tree built by comments parser.- Since:
- 22.04.2021
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class ru.vyarus.yaml.updater.parse.common.model.TreeRoot
find, getLineNum, getLinesCnt, getTreeLeaves, getYamlPath, getYamlPathElement
-
Methods inherited from class ru.vyarus.yaml.updater.parse.common.model.TreeNode
add, addAll, getChildren, getRoot, getRootProperties, hasChildren, hasListValue, setRoot
-
-
-
-
Constructor Detail
-
CmtTree
public CmtTree(java.util.List<CmtNode> nodes, int linesCnt)
-
-