mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
Add javadoc
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
6d5e31038c
commit
a08b9582d3
1 changed files with 4 additions and 0 deletions
|
@ -31,12 +31,16 @@ public interface IChangeReverseMethodHandler extends IReverseToggleHandler, IDeb
|
|||
|
||||
/**
|
||||
* Return the reverse debugging method currently selected.
|
||||
*
|
||||
* @param context is the currently active context in the debug view
|
||||
*/
|
||||
ReverseDebugMethod getReverseDebugMethod(Object context);
|
||||
|
||||
/**
|
||||
* Return the reverse debugging method that was selected before the
|
||||
* currently selected one.
|
||||
*
|
||||
* @param context is the currently active context in the debug view
|
||||
*/
|
||||
ReverseDebugMethod getPreviousReverseDebugMethod(Object context);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue