Package org.openrewrite.yaml.tree
Class Yaml.Scalar
java.lang.Object
org.openrewrite.yaml.tree.Yaml.Scalar
- All Implemented Interfaces:
org.openrewrite.Tree,Yaml,Yaml.Block,YamlKey
- Enclosing interface:
- Yaml
-
Nested Class Summary
Nested ClassesNested 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, Yaml.Tag -
Constructor Summary
ConstructorsConstructorDescriptionScalar(UUID id, String prefix, org.openrewrite.marker.Markers markers, Yaml.Scalar.Style style, @Nullable Yaml.Anchor anchor, @Nullable Yaml.Tag tag, String value) Scalar(UUID id, String prefix, org.openrewrite.marker.Markers markers, Yaml.Scalar.Style style, @Nullable Yaml.Anchor anchor, String value) Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.openrewrite.Tree
cast, getId, getMarkers, isScope, print, print, print, printer, printTrimmed, printTrimmed, printTrimmed, withId, withMarkersMethods inherited from interface org.openrewrite.yaml.tree.Yaml
accept, getPrefix, isAcceptableMethods inherited from interface org.openrewrite.yaml.tree.Yaml.Block
withPrefixMethods inherited from interface org.openrewrite.yaml.tree.YamlKey
getValue, withPrefix
-
Constructor Details
-
Scalar
@Deprecated public Scalar(UUID id, String prefix, org.openrewrite.marker.Markers markers, Yaml.Scalar.Style style, @Nullable Yaml.Anchor anchor, String value) Deprecated. -
Scalar
public Scalar(UUID id, String prefix, org.openrewrite.marker.Markers markers, Yaml.Scalar.Style style, @Nullable Yaml.Anchor anchor, @Nullable Yaml.Tag tag, String value)
-
-
Method Details
-
acceptYaml
- Specified by:
acceptYamlin interfaceYaml
-
copyPaste
-
toString
-