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 SummaryConstructors Constructor Description Java2GroovyProcessor()Deprecated.
 - 
Method SummaryAll 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- 
processFilespublic static void processFiles(List<String> fileNames) throws Exception Deprecated.- Throws:
- Exception
 
 - 
convertpublic static String convert(String filename, String input) throws Exception Deprecated.- Throws:
- Exception
 
 - 
convertpublic static String convert(String filename, String input, boolean withHeader, boolean withNewLines) throws Exception Deprecated.- Throws:
- Exception
 
 
- 
 
-