Class PropertiesVisitor<P>

java.lang.Object
org.openrewrite.TreeVisitor<Properties,P>
org.openrewrite.properties.PropertiesVisitor<P>
Direct Known Subclasses:
ChangePropertyKey.ChangePropertyKeyVisitor, ChangePropertyValue.ChangePropertyValueVisitor, CountLinesVisitor, PropertiesIsoVisitor, PropertiesPrinter

public class PropertiesVisitor<P> extends org.openrewrite.TreeVisitor<Properties,P>