Package org.openrewrite.toml.tree
Class Toml.Literal
java.lang.Object
org.openrewrite.toml.tree.Toml.Literal
- All Implemented Interfaces:
Toml,org.openrewrite.Tree
- Enclosing interface:
- Toml
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openrewrite.toml.tree.Toml
Toml.Array, Toml.Document, Toml.Empty, Toml.Identifier, Toml.KeyValue, Toml.Literal, Toml.Table -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.openrewrite.toml.tree.Toml
accept, getPrefix, isAcceptable, withPrefixMethods inherited from interface org.openrewrite.Tree
cast, getId, getMarkers, isScope, print, print, print, printer, printTrimmed, printTrimmed, printTrimmed, withId, withMarkers
-
Constructor Details
-
Literal
public Literal()
-
-
Method Details
-
acceptToml
- Specified by:
acceptTomlin interfaceToml
-
toString
-