Class LexicalPreservingPrinter


  • public class LexicalPreservingPrinter
    extends Object
    A Lexical Preserving Printer is used to capture all the lexical information while parsing, update them when operating on the AST and then used them to reproduce the source code in its original formatting including the AST changes.
    • Constructor Detail

      • LexicalPreservingPrinter

        public LexicalPreservingPrinter​(Node node)