Class NetworkDebugger.Command
java.lang.Object
org.eclipse.m2m.atl.core.ui.vm.debug.NetworkDebugger.Command
- Enclosing class:
NetworkDebugger
A debugger command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleandoIt(ADWPCommand cmd, StackFrame frame) Performs the command's action and returnstrueif 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 returnstrueif the program should be resumed.- Parameters:
cmd- the commandframe- the frame- Returns:
- returns
trueif the program should be resumed.
-
getDescription
Returns the command description.- Returns:
- the command description
-