|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.engine.emfvm.launch.debug.NetworkDebugger.Command
protected abstract class NetworkDebugger.Command
A debugger command.
Constructor Summary | |
---|---|
NetworkDebugger.Command(int cmd,
java.lang.String description)
Creates a new command. |
Method Summary | |
---|---|
abstract boolean |
doIt(ADWPCommand cmd,
AbstractStackFrame frame)
Performs the command's action and returns true if the program should be resumed. |
java.lang.String |
getDescription()
Returns the command description. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetworkDebugger.Command(int cmd, java.lang.String description)
cmd
- the command iddescription
- the command descriptionMethod Detail |
---|
public abstract boolean doIt(ADWPCommand cmd, AbstractStackFrame frame)
true
if the program should be resumed.
cmd
- the commandframe
- the frame
true
if the program should be resumed.public java.lang.String getDescription()
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |