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
All Methods Static Methods Concrete Methods Deprecated Methods 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.
-
-
-
Method Detail
-
processFiles
public static void processFiles(List<String> fileNames) throws Exception
Deprecated.- Throws:
Exception
-
convert
public static String convert(String filename, String input) throws Exception
Deprecated.- Throws:
Exception
-
convert
public static String convert(String filename, String input, boolean withHeader, boolean withNewLines) throws Exception
Deprecated.- Throws:
Exception
-
-