Class DefaultLexicalPreservingPrinter
- java.lang.Object
-
- com.github.javaparser.printer.lexicalpreservation.DefaultLexicalPreservingPrinter
-
-
Constructor Summary
Constructors Constructor Description DefaultLexicalPreservingPrinter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
print(Node node)
Print a Node into a String, preserving the lexical information.
-