Skip to content

Package io.github.qishr.cascara.lang.yaml.ast

The types used to store structure and documentation information of the API.

Class Description
CollectionStyle
YamlAliasNode
YamlAnchorNode
YamlCommentNode Represents a comment within the YAML source.
YamlErrorNode
YamlMapEntryNode Represents the structural pairing of a key and a value.
YamlMapNode
YamlNode Base implementation for all YAML AST nodes.
YamlScalarNode Represents a leaf node in the YAML AST containing a single scalar value.
YamlSequenceNode Represents a YAML sequence (a list of items).
Class Description
YamlAliasNode
YamlAnchorNode
YamlCommentNode Represents a comment within the YAML source.
YamlErrorNode
YamlMapEntryNode Represents the structural pairing of a key and a value.
YamlMapNode
YamlNode Base implementation for all YAML AST nodes.
YamlScalarNode Represents a leaf node in the YAML AST containing a single scalar value.
YamlSequenceNode Represents a YAML sequence (a list of items).
Class Description
CollectionStyle