Package com.github.javaparser.printer
Class JsonPrinter
- java.lang.Object
-
- com.github.javaparser.printer.JsonPrinter
-
@Deprecated public class JsonPrinter extends Object
Deprecated.this is a work in progress.
-
-
Constructor Summary
Constructors Constructor Description JsonPrinter(boolean outputNodeType)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringoutput(Node node)Deprecated.Stringoutput(Node node, String name, int level)Deprecated.
-