Package org.openrewrite.toml
Class TomlIsoVisitor<P>
java.lang.Object
org.openrewrite.TreeVisitor<Toml,P>
org.openrewrite.toml.TomlVisitor<P>
org.openrewrite.toml.TomlIsoVisitor<P>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvisitArray(Toml.Array array, P p) visitDocument(Toml.Document document, P p) visitEmpty(Toml.Empty empty, P p) visitIdentifier(Toml.Identifier identifier, P p) visitKeyValue(Toml.KeyValue keyValue, P p) visitLiteral(Toml.Literal literal, P p) visitTable(Toml.Table table, P p) Methods inherited from class org.openrewrite.toml.TomlVisitor
getLanguage, isAcceptable, visitRightPadded, visitSpaceMethods inherited from class org.openrewrite.TreeVisitor
adapt, collect, collect, defaultValue, doAfterVisit, getAfterVisit, getCursor, isAdaptableTo, noop, postVisit, preVisit, reduce, reduce, reduce, setCursor, stopAfterPreVisit, updateCursor, visit, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull, visitorTreeType
-
Constructor Details
-
TomlIsoVisitor
public TomlIsoVisitor()
-
-
Method Details
-
visitArray
- Overrides:
visitArrayin classTomlVisitor<P>
-
visitDocument
- Overrides:
visitDocumentin classTomlVisitor<P>
-
visitEmpty
- Overrides:
visitEmptyin classTomlVisitor<P>
-
visitIdentifier
- Overrides:
visitIdentifierin classTomlVisitor<P>
-
visitKeyValue
- Overrides:
visitKeyValuein classTomlVisitor<P>
-
visitLiteral
- Overrides:
visitLiteralin classTomlVisitor<P>
-
visitTable
- Overrides:
visitTablein classTomlVisitor<P>
-