Package org.codehaus.groovy.antlr.java
Class Java2GroovyProcessor
- java.lang.Object
-
- org.codehaus.groovy.antlr.java.Java2GroovyProcessor
-
public class Java2GroovyProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description Java2GroovyProcessor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
convert(String filename, String input)
static String
convert(String filename, String input, boolean withHeader, boolean withNewLines)
static String
mindmap(String input)
static String
nodePrinter(String input)
static void
processFiles(List<String> fileNames)
-
-
-
Method Detail
-
processFiles
public static void processFiles(List<String> fileNames) throws Exception
- Throws:
Exception
-
convert
public static String convert(String filename, String input) throws Exception
- Throws:
Exception
-
convert
public static String convert(String filename, String input, boolean withHeader, boolean withNewLines) throws Exception
- Throws:
Exception
-
-