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 String
convert(String filename, String input)
Deprecated.static String
convert(String filename, String input, boolean withHeader, boolean withNewLines)
Deprecated.static String
mindmap(String input)
Deprecated.static String
nodePrinter(String input)
Deprecated.static void
processFiles(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
-