Class Make::YamlCollection
A YAML collection, that is, either a mapping or a sequence.
Examples:
---
# a mapping
x: 0
y: 1
---
# a sequence
- red
- green
- -blue
Import path
import codeql.yaml.Yaml
Direct supertypes
Indirect supertypes
Predicates
getAPrimaryQlClass | Gets the primary QL class for this node. |
Inherited predicates
eval | Gets the YAML value this node corresponds to after resolving aliases and includes. | from YamlNode |
getAChild | Gets a child of this node, as a YAML value. | from YamlNode |
getAChildNode | Gets a child node of this node. | from YamlNode |
getAnchor | Gets the anchor associated with this node, if any. | from YamlNode |
getChild | Gets the | from YamlNode |
getChildNode | Gets the | from YamlNode |
getDocument | Gets the toplevel document to which this node belongs. | from YamlNode |
getFile | Gets the file this node comes from. | from YamlNode |
getLocation | Gets the | from YamlNode |
getNumChild | Gets the number of child nodes of this node. | from YamlNode |
getParentNode | Gets the parent node of this node, which is always a collection. | from YamlNode |
getTag | Gets the tag of this node. | from YamlNode |
hasStandardTypeTag | Holds if this node is tagged with a standard type tag of the form | from YamlNode |
toString | Gets a textual representation of this node. | from YamlNode |