public static class MethodChooser.Segment extends Object
Constructor and Description |
---|
Segment(int startOffset,
int endOffset)
Creates a new instance of
MethodChooser.Segment . |
Modifier and Type | Method and Description |
---|---|
int |
getEndOffset()
Returns the endt offset.
|
int |
getStartOffset()
Returns the start offset.
|
public Segment(int startOffset, int endOffset)
MethodChooser.Segment
.startOffset
- segment start offset (inclusive)endOffset
- segment end offset (exclusive)