Errai 3.0.1-SNAPSHOT

org.jboss.errai.otec.client.util
Class DiffPatchMerge.Patch

java.lang.Object
  extended by org.jboss.errai.otec.client.util.DiffPatchMerge.Patch
Enclosing class:
DiffPatchMerge

public static class DiffPatchMerge.Patch
extends Object

Class representing one patch operation.


Field Summary
 LinkedList<DiffPatchMerge.Diff> diffs
           
 int length1
           
 int length2
           
 int start1
           
 int start2
           
 
Constructor Summary
DiffPatchMerge.Patch()
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

diffs

public LinkedList<DiffPatchMerge.Diff> diffs

start1

public int start1

start2

public int start2

length1

public int length1

length2

public int length2
Constructor Detail

DiffPatchMerge.Patch

public DiffPatchMerge.Patch()
Constructor. Initializes with an empty list of diffs.


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.