Class YAMLMapping
Constructors
Name | Description |
---|---|
this
(node)
|
Fields
Name | Type | Description |
---|---|---|
n
|
dyaml | The underlying data |
Methods
Name | Description |
---|---|
asMapping
()
|
|
length
()
|
|
opApply
(dg)
|
Iterates over this object, passing each entry to the dg
|
type
()
|
|
asMapping
()
|
|
asScalar
()
|
|
asSequence
()
|
|
location
()
|
Enums
Name | Description |
---|---|
Type
|
The Node type
|
Aliases
Name | Description |
---|---|
MapIterator
|
The delegate type to iterate over a mapping |