Uses of Class
jetbrains.buildServer.vcs.patches.diff.apply.TextRange
-
Packages that use TextRange Package Description jetbrains.buildServer.vcs.patches.diff.apply -
-
Uses of TextRange in jetbrains.buildServer.vcs.patches.diff.apply
Subclasses of TextRange in jetbrains.buildServer.vcs.patches.diff.apply Modifier and Type Class Description classUnfairTextRangeTextRange with arbitrary offsets, not intended to be checked bycom.intellij.openapi.util.TextRange#assertProperRange(int, int, Object).Fields in jetbrains.buildServer.vcs.patches.diff.apply declared as TextRange Modifier and Type Field Description static TextRangeTextRange. EMPTY_RANGEMethods in jetbrains.buildServer.vcs.patches.diff.apply that return TextRange Modifier and Type Method Description static TextRangeTextRange. allOf(String s)static TextRangeTextRange. create(int startOffset, int endOffset)static TextRangeTextRange. create(Segment segment)TextRangeTextRange. cutOut(TextRange subRange)static TextRangeTextRange. from(int offset, int length)TextRangeTextRange. grown(int lengthDelta)TextRangeTextRange. intersection(TextRange range)TextRangeTextRange. shiftLeft(int delta)TextRangeTextRange. shiftRight(int delta)TextRangeTextRange. union(TextRange textRange)Methods in jetbrains.buildServer.vcs.patches.diff.apply that return types with arguments of type TextRange Modifier and Type Method Description TreeMap<TextRange,GenericPatchApplier.MyAppliedData>GenericPatchApplier. getTransformations()Methods in jetbrains.buildServer.vcs.patches.diff.apply with parameters of type TextRange Modifier and Type Method Description booleanTextRange. contains(TextRange range)TextRangeTextRange. cutOut(TextRange subRange)TextRangeTextRange. intersection(TextRange range)booleanTextRange. intersects(TextRange textRange)booleanTextRange. intersectsStrict(TextRange textRange)voidGenericPatchApplier. putCutIntoTransformations(TextRange range, GenericPatchApplier.MyAppliedData value)voidGenericPatchApplier. putCutIntoTransformations(TextRange range, GenericPatchApplier.SplitHunk splitHunk, GenericPatchApplier.MyAppliedData value, IntPair contextOffsetInPatchSteps)TextRangeTextRange. union(TextRange textRange)
-