paramfcStart The start of the text for this property.paramfcEnd The end of the text for this property.paramgrpprl The property description in compressed form. _fcStart = fcStart; _fcEnd = fcEnd; _grpprl = grpprl;
_fcStart = fcStart; _fcEnd = fcEnd; _grpprl = grpprl;
Used for sorting in collections. int fcEnd = ((PropertyNode)o).getEnd(); if(_fcEnd == fcEnd) { return 0; } else if(_fcEnd < fcEnd) { return -1; } else { return 1; }
int fcEnd = ((PropertyNode)o).getEnd(); if(_fcEnd == fcEnd) { return 0; } else if(_fcEnd < fcEnd) { return -1; } else { return 1; }
returnThe offset of the end of this property's text. return _fcEnd;
return _fcEnd;
returnThis property's property in copmpressed form. return _grpprl;
return _grpprl;
returnThe offset of this property's text. return _fcStart;
return _fcStart;