Package io.github.qishr.cascara.lang.yaml.ast
The types used to store structure and documentation information of the API.
| Class | Description |
|---|---|
| YamlAlias | |
| YamlAnchor | |
| YamlCollection | |
| YamlComment | Represents a comment within the YAML source. |
| YamlDirective | |
| YamlDocument | |
| YamlMap | |
| YamlMapEntry | Represents the structural pairing of a key and a value. |
| YamlNode | Base implementation for all YAML AST nodes. |
| YamlNodeProperty | |
| YamlScalar | Represents a leaf node in the YAML AST containing a single scalar value. |
| YamlSequence | Represents a YAML sequence (a list of items). |
| YamlStream | |
| YamlTag | |
| YamlTagDirective |
| Class | Description |
|---|---|
| YamlCollection |
| Class | Description |
|---|---|
| YamlAlias | |
| YamlAnchor | |
| YamlComment | Represents a comment within the YAML source. |
| YamlDirective | |
| YamlDocument | |
| YamlMap | |
| YamlMapEntry | Represents the structural pairing of a key and a value. |
| YamlNode | Base implementation for all YAML AST nodes. |
| YamlNodeProperty | |
| YamlScalar | Represents a leaf node in the YAML AST containing a single scalar value. |
| YamlSequence | Represents a YAML sequence (a list of items). |
| YamlStream | |
| YamlTag | |
| YamlTagDirective |