| Modifier and Type | Field and Description |
|---|---|
protected int |
begin_index |
protected int |
end_index |
| Constructor and Description |
|---|
SubstringGrabber(int begin_index,
int end_index) |
| Modifier and Type | Method and Description |
|---|---|
String |
grab(Object object)
Returns an object that is somehow extracted from the given
object.
|