Package org.codehaus.groovy.antlr.java
Class Java2GroovyProcessor
java.lang.Object
org.codehaus.groovy.antlr.java.Java2GroovyProcessor
@Deprecated
public class Java2GroovyProcessor
extends java.lang.Object
Deprecated.
- 
Constructor SummaryConstructors Constructor Description Java2GroovyProcessor()Deprecated.
- 
Method SummaryModifier and Type Method Description static java.lang.Stringconvert(java.lang.String filename, java.lang.String input)Deprecated.static java.lang.Stringconvert(java.lang.String filename, java.lang.String input, boolean withHeader, boolean withNewLines)Deprecated.static java.lang.Stringmindmap(java.lang.String input)Deprecated.static java.lang.StringnodePrinter(java.lang.String input)Deprecated.static voidprocessFiles(java.util.List<java.lang.String> fileNames)Deprecated.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
Java2GroovyProcessorpublic Java2GroovyProcessor()Deprecated.
 
- 
- 
Method Details- 
processFilespublic static void processFiles(java.util.List<java.lang.String> fileNames) throws java.lang.ExceptionDeprecated.- Throws:
- java.lang.Exception
 
- 
convertpublic static java.lang.String convert(java.lang.String filename, java.lang.String input) throws java.lang.ExceptionDeprecated.- Throws:
- java.lang.Exception
 
- 
convertpublic static java.lang.String convert(java.lang.String filename, java.lang.String input, boolean withHeader, boolean withNewLines) throws java.lang.ExceptionDeprecated.- Throws:
- java.lang.Exception
 
- 
mindmappublic static java.lang.String mindmap(java.lang.String input) throws java.lang.ExceptionDeprecated.- Throws:
- java.lang.Exception
 
- 
nodePrinterpublic static java.lang.String nodePrinter(java.lang.String input) throws java.lang.ExceptionDeprecated.- Throws:
- java.lang.Exception
 
 
-