Package com.github.javaparser.printer.lexicalpreservation
-
Interface Summary Interface Description DifferenceElement LookaheadIterator<E> PrintableTextElement TextElementMatcher -
Class Summary Class Description Added ChildTextElement Represent the position of a child node in the NodeText of its parent.Difference A Difference should give me a sequence of elements I should find (to indicate the context) followed by a list of elements to remove or to add and follow by another sequence of elements.Difference.ArrayIterator<T> Kept LexicalPreservingPrinter 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.LexicalPreservingVisitor PeekingIterator<E> Decorates an iterator to support one-element lookahead while iterating.PhantomNodeLogic Deprecated. This class is no longer used phantom node are now an attribute of each nodeRemoved Reshuffled Elements in a CsmMix have been reshuffled.ReshuffledDiffElementExtractor TextElement TokenTextElement