Package org.openrewrite.yaml.tree
Class Yaml.Document.End
- java.lang.Object
-
- org.openrewrite.yaml.tree.Yaml.Document.End
-
- All Implemented Interfaces:
java.io.Serializable,org.openrewrite.marker.Markable,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- 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 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.marker.Markable
getMarkers, withMarker, withMarkers
-
Methods inherited from interface org.openrewrite.Tree
getId, getStyle, isScope, print, printTrimmed, printTrimmed
-
Methods inherited from interface org.openrewrite.yaml.tree.Yaml
accept, acceptYaml, getPrefix, isAcceptable, print, print, printTrimmed, withPrefix
-
-
-
-
Method Detail
-
copyPaste
public Yaml.Document.End copyPaste()
-
-