Uses of Class
com.github.javaparser.printer.lexicalpreservation.DifferenceElementCalculator.ChildPositionInfo
-
Packages that use DifferenceElementCalculator.ChildPositionInfo Package Description com.github.javaparser.printer.lexicalpreservation -
-
Uses of DifferenceElementCalculator.ChildPositionInfo in com.github.javaparser.printer.lexicalpreservation
Methods in com.github.javaparser.printer.lexicalpreservation that return types with arguments of type DifferenceElementCalculator.ChildPositionInfo Modifier and Type Method Description private static java.util.List<DifferenceElementCalculator.ChildPositionInfo>
DifferenceElementCalculator. findChildrenPositions(LexicalDifferenceCalculator.CalculatedSyntaxModel calculatedSyntaxModel)
Find the positions of all the given children.
-