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 TypeMethodDescriptionbooleanfrom(int index) inthashCode()(package private) void(package private) LexicalDifferenceCalculator.CalculatedSyntaxModelsub(int start, int end) toString()
-
Field Details
-
elements
-
-
Constructor Details
-
CalculatedSyntaxModel
CalculatedSyntaxModel(List<CsmElement> elements)
-
-
Method Details
-
from
-
toString
-
sub
-
removeIndentationElements
void removeIndentationElements() -
hashCode
-
equals
-