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 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.
-
-
-
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
-
-