Class GroovyParserVisitor

    • Constructor Summary

      Constructors 
      Constructor Description
      GroovyParserVisitor​(java.nio.file.Path sourcePath, java.lang.String source, org.openrewrite.java.internal.JavaTypeCache typeCache, org.openrewrite.ExecutionContext ctx)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      G.CompilationUnit visit​(org.codehaus.groovy.control.SourceUnit unit, org.codehaus.groovy.ast.ModuleNode ast)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GroovyParserVisitor

        public GroovyParserVisitor​(java.nio.file.Path sourcePath,
                                   java.lang.String source,
                                   org.openrewrite.java.internal.JavaTypeCache typeCache,
                                   org.openrewrite.ExecutionContext ctx)