Uses of Class
org.eclipse.m2m.atl.debug.core.adwp.ADWPCommand

Packages that use ADWPCommand
org.eclipse.m2m.atl.core.ui.vm.debug   
org.eclipse.m2m.atl.debug.core.adwp   
org.eclipse.m2m.atl.engine.emfvm.launch.debug   
 

Uses of ADWPCommand in org.eclipse.m2m.atl.core.ui.vm.debug
 

Methods in org.eclipse.m2m.atl.core.ui.vm.debug with parameters of type ADWPCommand
abstract  boolean NetworkDebugger.Command.doIt(ADWPCommand cmd, StackFrame frame)
          Performs the command's action and returns true if the program should be resumed.
 

Uses of ADWPCommand in org.eclipse.m2m.atl.debug.core.adwp
 

Methods in org.eclipse.m2m.atl.debug.core.adwp that return ADWPCommand
 ADWPCommand ADWP.readCommand()
          Reads a command.
 ADWPCommand ADWPDebugger.readMessage()
          Reads a message.
 ADWPCommand ADWPDebugger.requestMessage(int cmd, java.util.List<Value> args)
          Sends a message request to the debuggee.
 

Uses of ADWPCommand in org.eclipse.m2m.atl.engine.emfvm.launch.debug
 

Methods in org.eclipse.m2m.atl.engine.emfvm.launch.debug with parameters of type ADWPCommand
abstract  boolean NetworkDebugger.Command.doIt(ADWPCommand cmd, AbstractStackFrame frame)
          Performs the command's action and returns true if the program should be resumed.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.