Package org.openrewrite.yaml.tree
Interface Yaml.Block
-
- All Superinterfaces:
java.io.Serializable,org.openrewrite.Tree,Yaml
- All Known Implementing Classes:
Yaml.Mapping,Yaml.Scalar,Yaml.Sequence
- Enclosing interface:
- Yaml
public static interface Yaml.Block extends Yaml
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openrewrite.yaml.tree.Yaml
Yaml.Block, Yaml.Document, Yaml.Documents, Yaml.Mapping, Yaml.Scalar, Yaml.Sequence
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Yaml.BlockcopyPaste()-
Methods inherited from interface org.openrewrite.Tree
getFormatting, getId, getPrefix, getSuffix, isScope, whenType, withFormatting, withPrefix, withSuffix
-
Methods inherited from interface org.openrewrite.yaml.tree.Yaml
accept, acceptYaml, print, printTrimmed
-
-
-
-
Method Detail
-
copyPaste
Yaml.Block copyPaste()
-
-