org.netbeans.spi.debugger.ui/1 2.27.1

org.netbeans.spi.debugger.ui
Class MethodChooser.Segment

java.lang.Object
  extended by org.netbeans.spi.debugger.ui.MethodChooser.Segment
Enclosing class:
MethodChooser

public static class MethodChooser.Segment
extends Object

Represents an interval of offsets in a document. Used to pass entry points of method calls among which the user selects the desired one to step into.


Constructor Summary
MethodChooser.Segment(int startOffset, int endOffset)
          Creates a new instance of MethodChooser.Segment.
 
Method Summary
 int getEndOffset()
          Returns the endt offset.
 int getStartOffset()
          Returns the start offset.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodChooser.Segment

public MethodChooser.Segment(int startOffset,
                             int endOffset)
Creates a new instance of MethodChooser.Segment.

Parameters:
startOffset - segment start offset (inclusive)
endOffset - segment end offset (exclusive)
Method Detail

getStartOffset

public int getStartOffset()
Returns the start offset.

Returns:
the start offset

getEndOffset

public int getEndOffset()
Returns the endt offset.

Returns:
the end offset

org.netbeans.spi.debugger.ui/1 2.27.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.