Uses of Class
com.github.javaparser.printer.lexicalpreservation.RemovedGroup
Packages that use RemovedGroup
-
Uses of RemovedGroup in com.github.javaparser.printer.lexicalpreservation
Methods in com.github.javaparser.printer.lexicalpreservation that return RemovedGroupModifier and TypeMethodDescriptionstatic RemovedGroupFactory method to create a RemovedGroup which consists of consecutive Removed elementsMethods in com.github.javaparser.printer.lexicalpreservation that return types with arguments of type RemovedGroupModifier and TypeMethodDescriptionprivate Map<Removed, RemovedGroup> Difference.combineRemovedElementsToRemovedGroups()Maps all Removed elements as keys to their corresponding RemovedGroup.Methods in com.github.javaparser.printer.lexicalpreservation with parameters of type RemovedGroupModifier and TypeMethodDescriptionprivate voidDifference.applyRemovedDiffElement(RemovedGroup removedGroup, Removed removed, TextElement originalElement, boolean originalElementIsChild, boolean originalElementIsToken) private voidDifference.cleanTheLineOfLeftOverSpace(RemovedGroup removedGroup, Removed removed) Cleans the line of left over space if there is unnecessary indentation and the element will not be replacedprivate booleanDifference.isEnforcingIndentationActivable(RemovedGroup removedGroup) private booleanDifference.isRemovingIndentationActivable(RemovedGroup removedGroup)