public abstract class PropertyNode extends Object implements Comparable, Cloneable
| Modifier | Constructor and Description |
|---|---|
protected |
PropertyNode(int fcStart,
int fcEnd,
Object buf) |
| Modifier and Type | Method and Description |
|---|---|
void |
adjustForDelete(int start,
int length)
Adjust for a deletion that can span multiple PropertyNodes.
|
Object |
clone() |
int |
compareTo(Object o)
Used for sorting in collections.
|
boolean |
equals(Object o) |
int |
getEnd() |
int |
getStart() |
protected boolean |
limitsAreEqual(Object o) |
void |
setEnd(int end) |
void |
setStart(int start) |
protected Object _buf
protected PropertyNode(int fcStart,
int fcEnd,
Object buf)
fcStart - The start of the text for this property.fcEnd - The end of the text for this property.buf - FIXME: Old documentation is: "grpprl The property description in compressed form."public int getStart()
public void setStart(int start)
public int getEnd()
public void setEnd(int end)
public void adjustForDelete(int start,
int length)
start - length - protected boolean limitsAreEqual(Object o)
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 2021. All rights reserved.