public static class SVNRangeTree.SVNRangeListNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
FROM_SOURCE |
static int |
FROM_TARGET |
SVNRangeTree.SVNRangeListNode |
head |
int |
kind |
int |
limit |
SVNRangeTree.SVNRangeListNode |
next |
int |
offset |
SVNRangeTree.SVNRangeListNode |
prev |
int |
targetOffset |
Constructor and Description |
---|
SVNRangeListNode(int kind,
int offset,
int limit,
int target) |
Modifier and Type | Method and Description |
---|---|
SVNRangeTree.SVNRangeListNode |
append(SVNRangeTree.SVNRangeListNode node) |
public static int FROM_SOURCE
public static int FROM_TARGET
public int kind
public int offset
public int limit
public int targetOffset
public SVNRangeTree.SVNRangeListNode prev
public SVNRangeTree.SVNRangeListNode next
public SVNRangeTree.SVNRangeListNode head
public SVNRangeListNode(int kind, int offset, int limit, int target)
public SVNRangeTree.SVNRangeListNode append(SVNRangeTree.SVNRangeListNode node)
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.