Class Region
java.lang.Object
org.eclipse.jface.text.Region
- All Implemented Interfaces:
IRegion
- Direct Known Subclasses:
TypedRegion
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Region
public Region(int offset, int length) Create a new region.- Parameters:
offset- the offset of the regionlength- the length of the region
-
-
Method Details
-
getLength
-
getOffset
-
equals
-
hashCode
-
toString
-