-
public final class StepOverRequestRequest object containing input parameters for the DebuggerDomain.stepOver command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<LocationRange>skipList
-
Constructor Summary
Constructors Constructor Description StepOverRequest(List<LocationRange> skipList)
-
Method Summary
Modifier and Type Method Description final List<LocationRange>component1()final StepOverRequestcopy(List<LocationRange> skipList)final List<LocationRange>getSkipList()The skipList specifies location ranges that should be skipped on step over. -
-
Constructor Detail
-
StepOverRequest
StepOverRequest(List<LocationRange> skipList)
-
-
Method Detail
-
component1
final List<LocationRange> component1()
-
copy
final StepOverRequest copy(List<LocationRange> skipList)
-
getSkipList
final List<LocationRange> getSkipList()
The skipList specifies location ranges that should be skipped on step over.
-
-
-
-