java.lang.Object
com.github.javaparser.printer.lexicalpreservation.DefaultLexicalPreservingPrinter
- All Implemented Interfaces:
Printer
public class DefaultLexicalPreservingPrinter
extends Object
implements Printer
-
Constructor Summary
Constructors
-
Method Summary
Print a Node into a String, preserving the lexical information.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DefaultLexicalPreservingPrinter
public DefaultLexicalPreservingPrinter()
-
Method Details
-
print
Print a Node into a String, preserving the lexical information.
- Specified by:
print in interface Printer