public class Region extends Object implements IRegion
IRegion interface.| Constructor and Description |
|---|
Region(int offset,
int length)
Create a new region.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getLength()
Returns the length of the region.
|
int |
getOffset()
Returns the offset of the region.
|
int |
hashCode() |
String |
toString() |
public Region(int offset,
int length)
offset - the offset of the regionlength - the length of the region
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.