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
Document end specification.
-
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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.Tree
cast, getId, getJacksonPolymorphicTypeTag, getMarkers, isScope, print, print, print, printer, printTrimmed, printTrimmed, printTrimmed, withId, withMarkersMethods inherited from interface org.openrewrite.yaml.tree.Yaml
accept, getPrefix, isAcceptable, withPrefix
-
Constructor Details
-
End
public End()
-
-
Method Details
-
acceptYaml
- Specified by:
acceptYamlin interfaceYaml
-
copyPaste
-