Package org.openrewrite.groovy
Class GroovyParserVisitor
- java.lang.Object
-
- org.openrewrite.groovy.GroovyParserVisitor
-
public class GroovyParserVisitor extends java.lang.ObjectSee the language syntax reference.
-
-
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.CompilationUnitvisit(org.codehaus.groovy.control.SourceUnit unit, org.codehaus.groovy.ast.ModuleNode ast)
-
-
-
Method Detail
-
visit
public G.CompilationUnit visit(org.codehaus.groovy.control.SourceUnit unit, org.codehaus.groovy.ast.ModuleNode ast) throws GroovyParsingException
- Throws:
GroovyParsingException
-
-