Uses of Class
com.intellij.util.diff.Diff.Change
-
Packages that use Diff.Change Package Description com.intellij.openapi.diff.impl com.intellij.openapi.diff.impl.highlighting com.intellij.util.diff -
-
Uses of Diff.Change in com.intellij.openapi.diff.impl
Methods in com.intellij.openapi.diff.impl with parameters of type Diff.Change Modifier and Type Method Description static DiffFragment[]
DiffFragmentBuilder. buildFragments(DiffFragmentBuilder builder, Diff.Change change)
-
Uses of Diff.Change in com.intellij.openapi.diff.impl.highlighting
Methods in com.intellij.openapi.diff.impl.highlighting that return Diff.Change Modifier and Type Method Description static Diff.Change
Util. concatEquals(Diff.Change change, Object[] left, Object[] right)
Methods in com.intellij.openapi.diff.impl.highlighting with parameters of type Diff.Change Modifier and Type Method Description static Diff.Change
Util. concatEquals(Diff.Change change, Object[] left, Object[] right)
-
Uses of Diff.Change in com.intellij.util.diff
Fields in com.intellij.util.diff declared as Diff.Change Modifier and Type Field Description Diff.Change
Diff.Change. link
Previous or next edit command.Methods in com.intellij.util.diff that return Diff.Change Modifier and Type Method Description static <T> Diff.Change
Diff. buildChanges(T[] objects1, T[] objects2)
Diff.Change
Diff.ChangeBuilder. getFirstChange()
Methods in com.intellij.util.diff that return types with arguments of type Diff.Change Modifier and Type Method Description ArrayList<Diff.Change>
Diff.Change. toList()
Constructors in com.intellij.util.diff with parameters of type Diff.Change Constructor Description Change(int line0, int line1, int deleted, int inserted, Diff.Change old)
Cons an additional entry onto the front of an edit script OLD.
-