Package org.openrewrite.toml.tree
Class Toml.Table
java.lang.Object
org.openrewrite.toml.tree.Toml.Table
- Enclosing interface:
- Toml
-
Nested Class Summary
Nested ClassesNested 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
Modifier and TypeMethodDescription<P> TomlacceptToml(TomlVisitor<P> v, P p) @Nullable Toml.IdentifiergetName()withName(@Nullable Toml.Identifier name) withValues(List<Toml> values) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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
-
Table
public Table()
-
-
Method Details
-
getName
-
withName
-
getValues
-
withValues
-
acceptToml
- Specified by:
acceptTomlin interfaceToml
-
getPadding
-