Interface MavenSourceVisitor<R>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      R visitMaven​(Maven maven)  
      • Methods inherited from interface org.openrewrite.SourceVisitor

        defaultTo, getCursor, getName, getTags, reduce, validate, visit, visit, visitTree
      • Methods inherited from interface org.openrewrite.xml.XmlSourceVisitor

        enclosingTag, visitAttribute, visitCharData, visitComment, visitDocTypeDecl, visitDocument, visitElement, visitIdent, visitProcessingInstruction, visitProlog, visitTag
    • Method Detail

      • visitMaven

        R visitMaven​(Maven maven)