[Java] Class Java2GroovyProcessor
- org.codehaus.groovy.antlr.java.Java2GroovyProcessor
Methods Summary
Type Params | Return Type | Name and 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) |
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/2.4.21/html/gapi/org/codehaus/groovy/antlr/java/Java2GroovyProcessor.html