Package org.openrewrite.yaml.tree
Class Yaml.Sequence.Entry
- java.lang.Object
-
- org.openrewrite.yaml.tree.Yaml.Sequence.Entry
-
- All Implemented Interfaces:
org.openrewrite.Tree,Yaml
- Enclosing class:
- Yaml.Sequence
public static class Yaml.Sequence.Entry extends java.lang.Object implements Yaml
-
-
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 Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <P> YamlacceptYaml(YamlVisitor<P> v, P p)Yaml.Sequence.EntrycopyPaste()-
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, getMarkers, getPrefix, isAcceptable, withMarkers, withPrefix
-
-
-
-
Method Detail
-
acceptYaml
public <P> Yaml acceptYaml(YamlVisitor<P> v, P p)
- Specified by:
acceptYamlin interfaceYaml
-
copyPaste
public Yaml.Sequence.Entry copyPaste()
-
-