Uses of Class
com.github.javaparser.printer.lexicalpreservation.Removed
-
Packages that use Removed Package Description com.github.javaparser.printer.lexicalpreservation -
-
Uses of Removed in com.github.javaparser.printer.lexicalpreservation
Fields in com.github.javaparser.printer.lexicalpreservation with type parameters of type Removed Modifier and Type Field Description private java.util.List<Removed>
RemovedGroup. removedList
Methods in com.github.javaparser.printer.lexicalpreservation that return Removed Modifier and Type Method Description (package private) Removed
RemovedGroup. getFirstElement()
Returns the first element of this RemovedGroup(package private) Removed
RemovedGroup. getLastElement()
Returns the last element of this RemovedGroupMethods in com.github.javaparser.printer.lexicalpreservation that return types with arguments of type Removed Modifier and Type Method Description private java.util.Map<Removed,RemovedGroup>
Difference. combineRemovedElementsToRemovedGroups()
Maps all Removed elements as keys to their corresponding RemovedGroup.private java.util.Map<java.lang.Integer,java.util.List<Removed>>
Difference. groupConsecutiveRemovedElements()
java.util.Iterator<Removed>
RemovedGroup. iterator()
Methods in com.github.javaparser.printer.lexicalpreservation with parameters of type Removed Modifier and Type Method Description private void
Difference. applyRemovedDiffElement(RemovedGroup removedGroup, Removed removed, TextElement originalElement, boolean originalElementIsChild, boolean originalElementIsToken)
private void
Difference. cleanTheLineOfLeftOverSpace(RemovedGroup removedGroup, Removed removed)
Cleans the line of left over space if there is unnecessary indentation and the element will not be replacedprivate boolean
RemovedGroup. hasOnlyWhitespace(Removed startElement, java.util.function.Function<TokenRange,java.lang.Boolean> hasOnlyWhitespaceFunction)
Method parameters in com.github.javaparser.printer.lexicalpreservation with type arguments of type Removed Modifier and Type Method Description static RemovedGroup
RemovedGroup. of(java.lang.Integer firstElementIndex, java.util.List<Removed> removedList)
Factory method to create a RemovedGroup which consists of consecutive Removed elementsConstructor parameters in com.github.javaparser.printer.lexicalpreservation with type arguments of type Removed Constructor Description RemovedGroup(java.lang.Integer firstElementIndex, java.util.List<Removed> removedList)
-