Package org.openrewrite.yaml.tree
Class Yaml.Documents
- java.lang.Object
-
- org.openrewrite.yaml.tree.Yaml.Documents
-
- All Implemented Interfaces:
java.io.Serializable,org.openrewrite.SourceFile,org.openrewrite.Tree,Yaml
- Enclosing interface:
- Yaml
public static class Yaml.Documents extends java.lang.Object implements Yaml, org.openrewrite.SourceFile
- See Also:
- Serialized Form
-
-
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
-
-
Constructor Summary
Constructors Constructor Description Documents()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> RacceptYaml(YamlSourceVisitor<R> v)Yaml.DocumentscopyPaste()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openrewrite.SourceFile
getJacksonPolymorphicTypeTag, getMetadata, getMetadata, getSourcePath, getStyle, getStyles
-
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, print, printTrimmed
-
-
-
-
Method Detail
-
acceptYaml
public <R> R acceptYaml(YamlSourceVisitor<R> v)
- Specified by:
acceptYamlin interfaceYaml
-
copyPaste
public Yaml.Documents copyPaste()
-
-