Package org.openrewrite.toml.tree
Class Toml.Document
java.lang.Object
org.openrewrite.toml.tree.Toml.Document
- All Implemented Interfaces:
org.openrewrite.SourceFile,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
Modifier and TypeMethodDescription<P> TomlacceptToml(TomlVisitor<P> v, P p) <P> org.openrewrite.TreeVisitor<?, org.openrewrite.PrintOutputCapture<P>> printer(org.openrewrite.Cursor cursor) withCharset(Charset charset) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.SourceFile
getChecksum, getFileAttributes, getSourcePath, getStyle, getStyle, getWeight, isCharsetBomMarked, printAll, printAll, printAll, printAllAsBytes, printAllAsBytes, printAllTrimmed, printAllTrimmed, printEqualsInput, service, withCharsetBomMarked, withChecksum, withFileAttributes, withSourcePathMethods 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, printTrimmed, printTrimmed, printTrimmed, withId, withMarkers
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getCharset
- Specified by:
getCharsetin interfaceorg.openrewrite.SourceFile
-
withCharset
- Specified by:
withCharsetin interfaceorg.openrewrite.SourceFile
-
acceptToml
- Specified by:
acceptTomlin interfaceToml
-
printer
public <P> org.openrewrite.TreeVisitor<?,org.openrewrite.PrintOutputCapture<P>> printer(org.openrewrite.Cursor cursor) - Specified by:
printerin interfaceorg.openrewrite.SourceFile- Specified by:
printerin interfaceorg.openrewrite.Tree
-