Class LexicalDifferenceCalculator.CalculatedSyntaxModel
java.lang.Object
com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator.CalculatedSyntaxModel
- Enclosing class:
LexicalDifferenceCalculator
The ConcreteSyntaxModel represents the general format. This model is a calculated version of the ConcreteSyntaxModel,
with no condition, no lists, just tokens and node children.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfrom
(int index) (package private) void
(package private) LexicalDifferenceCalculator.CalculatedSyntaxModel
sub
(int start, int end) toString()
-
Field Details
-
elements
-
-
Constructor Details
-
CalculatedSyntaxModel
CalculatedSyntaxModel(List<CsmElement> elements)
-
-
Method Details