Uses of Class
com.pvx.ooadide.launchers.debug.model.PVXDebugTarget

Packages that use PVXDebugTarget
com.pvx.ooadide.launchers.debug.breakpoints   
com.pvx.ooadide.launchers.debug.model   
 

Uses of PVXDebugTarget in com.pvx.ooadide.launchers.debug.breakpoints
 

Methods in com.pvx.ooadide.launchers.debug.breakpoints with parameters of type PVXDebugTarget
 void PVXLineBreakpoint.install(PVXDebugTarget target)
          Installs this breakpoint in the given interprettor.
 void PVXLineBreakpoint.remove(PVXDebugTarget target)
          Removes this breakpoint from the given interprettor.
 

Uses of PVXDebugTarget in com.pvx.ooadide.launchers.debug.model
 

Methods in com.pvx.ooadide.launchers.debug.model with parameters of type PVXDebugTarget
 void PvxLineBreakpointAdapter.install(PVXDebugTarget target)
          Installs this breakpoint in the given interprettor.
 void PvxLineBreakpointAdapter.remove(PVXDebugTarget target)
          Removes this breakpoint from the given interprettor.
 

Constructors in com.pvx.ooadide.launchers.debug.model with parameters of type PVXDebugTarget
PVXStackValue(PVXDebugTarget target, java.lang.String value, int index)
          Constructs a value that appears on the data stack
PVXThread(PVXDebugTarget target)
          Constructs a new thread for the given target
PVXValue(PVXDebugTarget target, java.lang.String value)
           
PVXValue(PVXDebugTarget target, java.lang.String value, java.lang.String name)