dartyaml
main
AST
AST constructor
AST
dartyaml
main
AST
AST constructor
AST class
Constructors
AST
Properties
commentIndex
comments
root
hashCode
runtimeType
Methods
addNode
getIndentationLevel
injectComments
isComment
removeComments
noSuchMethod
toString
Operators
operator ==
Static methods
iterateTree
movePointer
treeToMap
AST
constructor
AST
(
)
Implementation
AST() { commentIndex = 0; root = TreeNode(); root.value = "root"; comments = new Map(); }