Package | Description |
---|---|
com.github.javaparser.printer.lexicalpreservation |
Class and Description |
---|
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.DifferenceElement |
LexicalDifferenceCalculator.CalculatedSyntaxModel
The ConcreteSyntaxModel represents the general format.
|
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.
|
NodeText
This contains the lexical information for a single node.
|
NodeText.Option |
TextElement |
TextElementIteratorsFactory.CascadingIterator.Provider |
TextElementMatcher |
TokenTextElement |