Package org.codehaus.groovy.antlr.java
Class Java2GroovyProcessor
java.lang.Object
org.codehaus.groovy.antlr.java.Java2GroovyProcessor
@Deprecated public class Java2GroovyProcessor extends Object
Deprecated.
- 
Constructor Summary
Constructors Constructor Description Java2GroovyProcessor()Deprecated. - 
Method Summary
Modifier and Type Method Description static Stringconvert(String filename, String input)Deprecated.static Stringconvert(String filename, String input, boolean withHeader, boolean withNewLines)Deprecated.static Stringmindmap(String input)Deprecated.static StringnodePrinter(String input)Deprecated.static voidprocessFiles(List<String> fileNames)Deprecated. 
- 
Constructor Details
- 
Java2GroovyProcessor
public Java2GroovyProcessor()Deprecated. 
 - 
 - 
Method Details
- 
processFiles
Deprecated.- Throws:
 Exception
 - 
convert
Deprecated.- Throws:
 Exception
 - 
convert
public static String convert(String filename, String input, boolean withHeader, boolean withNewLines) throws ExceptionDeprecated.- Throws:
 Exception
 - 
mindmap
Deprecated.- Throws:
 Exception
 - 
nodePrinter
Deprecated.- Throws:
 Exception
 
 -