[Java] Class Java2GroovyProcessor
- org.codehaus.groovy.antlr.java.Java2GroovyProcessor
@Deprecated public class Java2GroovyProcessor extends Object
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public static String |
convert(String filename, String input) | |
public static String |
convert(String filename, String input, boolean withHeader, boolean withNewLines) | |
public static String |
mindmap(String input) | |
public static String |
nodePrinter(String input) | |
public static void |
processFiles(List<String> fileNames) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
public static String convert(String filename, String input)
public static String convert(String filename, String input, boolean withHeader, boolean withNewLines)
public static String mindmap(String input)
public static String nodePrinter(String input)
public static void processFiles(List<String> fileNames)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/antlr/java/Java2GroovyProcessor.html