Package org.openrewrite.yaml.tree
Interface Yaml.Block
- All Superinterfaces:
org.openrewrite.Tree,Yaml
- All Known Implementing Classes:
Yaml.Alias,Yaml.Mapping,Yaml.Scalar,Yaml.Sequence
- Enclosing interface:
- Yaml
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openrewrite.yaml.tree.Yaml
Yaml.Alias, Yaml.Anchor, Yaml.Block, Yaml.Document, Yaml.Documents, Yaml.Mapping, Yaml.Scalar, Yaml.Sequence -
Method Summary
Methods inherited from interface org.openrewrite.Tree
cast, getId, getJacksonPolymorphicTypeTag, getMarkers, isScope, print, print, print, printer, printTrimmed, printTrimmed, printTrimmed, safeCast, withId, withMarkersMethods inherited from interface org.openrewrite.yaml.tree.Yaml
accept, acceptYaml, getPrefix, isAcceptable
-
Method Details
-
copyPaste
Yaml.Block copyPaste() -
withPrefix
- Specified by:
withPrefixin interfaceYaml
-