public interface IRegion
A region is considered a value object. Its offset and length do not change over time.
Clients may implement this interface or use the standard implementation
Region
.
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Returns the length of the region.
|
int |
getOffset()
Returns the offset of the region.
|
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.