Package org.openrewrite.yaml.tree
Class Yaml.Document.End
- java.lang.Object
-
- org.openrewrite.yaml.tree.Yaml.Document.End
-
- All Implemented Interfaces:
org.openrewrite.Tree,Yaml
- Enclosing class:
- Yaml.Document
public static class Yaml.Document.End extends java.lang.Object implements Yaml
https://yaml.org/spec/1.1/#c-document-end
-
-
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
-
-
Constructor Summary
Constructors Constructor Description End()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Yaml.Document.EndcopyPaste()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openrewrite.Tree
getId, getJacksonPolymorphicTypeTag, isScope, print, print, print, print, printer, printTrimmed, printTrimmed, printTrimmed
-
Methods inherited from interface org.openrewrite.yaml.tree.Yaml
accept, acceptYaml, getMarkers, getPrefix, isAcceptable, withMarkers, withPrefix
-
-
-
-
Method Detail
-
copyPaste
public Yaml.Document.End copyPaste()
-
-