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 class
UnfairTextRange
TextRange 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 TextRange
TextRange. EMPTY_RANGE
Methods in jetbrains.buildServer.vcs.patches.diff.apply that return TextRange Modifier and Type Method Description static TextRange
TextRange. allOf(String s)
static TextRange
TextRange. create(int startOffset, int endOffset)
static TextRange
TextRange. create(Segment segment)
TextRange
TextRange. cutOut(TextRange subRange)
static TextRange
TextRange. from(int offset, int length)
TextRange
TextRange. grown(int lengthDelta)
TextRange
TextRange. intersection(TextRange range)
TextRange
TextRange. shiftLeft(int delta)
TextRange
TextRange. shiftRight(int delta)
TextRange
TextRange. 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 boolean
TextRange. contains(TextRange range)
TextRange
TextRange. cutOut(TextRange subRange)
TextRange
TextRange. intersection(TextRange range)
boolean
TextRange. intersects(TextRange textRange)
boolean
TextRange. intersectsStrict(TextRange textRange)
void
GenericPatchApplier. putCutIntoTransformations(TextRange range, GenericPatchApplier.MyAppliedData value)
void
GenericPatchApplier. putCutIntoTransformations(TextRange range, GenericPatchApplier.SplitHunk splitHunk, GenericPatchApplier.MyAppliedData value, IntPair contextOffsetInPatchSteps)
TextRange
TextRange. union(TextRange textRange)
-