Class PreJava2GroovyConverter

java.lang.Object
org.codehaus.groovy.antlr.treewalker.VisitorAdapter
org.codehaus.groovy.antlr.java.PreJava2GroovyConverter
All Implemented Interfaces:
Visitor

@Deprecated
public class PreJava2GroovyConverter
extends VisitorAdapter
Deprecated.
This class mutates the Java AST, whilst it is still a Java AST, in readiness for conversion to Groovy, yippee-ky-a !
  • Constructor Details

    • PreJava2GroovyConverter

      public PreJava2GroovyConverter​(java.lang.String[] tokenNames)
      Deprecated.
  • Method Details