Package org.openrewrite.yaml.tree
Class Yaml.Anchor
- java.lang.Object
-
- org.openrewrite.yaml.tree.Yaml.Anchor
-
-
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 Anchor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <P> YamlacceptYaml(YamlVisitor<P> v, P p)Yaml.AnchorcopyPaste()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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.Anchor copyPaste()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-