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)Built on October 25 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.