Class NetworkDebugger.Command
java.lang.Object
org.eclipse.m2m.atl.core.ui.vm.debug.NetworkDebugger.Command
- Enclosing class:
- NetworkDebugger
A debugger command.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
doIt
(ADWPCommand cmd, StackFrame frame) Performs the command's action and returnstrue
if the program should be resumed.Returns the command description.
-
Constructor Details
-
Command
Creates a new command.- Parameters:
cmd
- the command iddescription
- the command description
-
-
Method Details
-
doIt
Performs the command's action and returnstrue
if the program should be resumed.- Parameters:
cmd
- the commandframe
- the frame- Returns:
- returns
true
if the program should be resumed.
-
getDescription
Returns the command description.- Returns:
- the command description
-