JavaScript Development Tools
Release 3.2

Uses of Package
org.eclipse.wst.jsdt.debug.core.jsdi

Packages that use org.eclipse.wst.jsdt.debug.core.jsdi
org.eclipse.wst.jsdt.debug.core.breakpoints   
org.eclipse.wst.jsdt.debug.core.jsdi   
org.eclipse.wst.jsdt.debug.core.jsdi.connect   
org.eclipse.wst.jsdt.debug.core.jsdi.event   
org.eclipse.wst.jsdt.debug.core.jsdi.request   
 

Classes in org.eclipse.wst.jsdt.debug.core.jsdi used by org.eclipse.wst.jsdt.debug.core.breakpoints
ScriptReference
          Describes a JavaScript script object.
 

Classes in org.eclipse.wst.jsdt.debug.core.jsdi used by org.eclipse.wst.jsdt.debug.core.jsdi
BooleanValue
          Represents a boolean value with-respect-to JavaScript debugging.
Location
          Abstract representation of a given location in a ScriptReference.
Mirror
          Abstract representation of an object that can be mirrored in a VirtualMachine.
NullValue
          Abstract representation of the value Null (null).
NumberValue
          Abstract representation of a Number value with-respect-to JavaScript debugging.
ObjectReference
          Abstract representation of an object with-respect-to JavaScript debugging
PrimitiveValue
          Abstract representation of a primitive value with-respect-to JavaScript debugging
Property
          Abstract description of an object property.
ScriptReference
          Describes a JavaScript script object.
StackFrame
          Abstract description of a stack frame
StringValue
          Abstract representation of a String literal with-respect-to JavaScript debugging
UndefinedValue
          Abstract representation of the JavaScript value undefined
Value
          Abstract representation of a value.
Variable
          Abstract description of a variable.
VirtualMachine
          Abstract description of a VM.
 

Classes in org.eclipse.wst.jsdt.debug.core.jsdi used by org.eclipse.wst.jsdt.debug.core.jsdi.connect
VirtualMachine
          Abstract description of a VM.
 

Classes in org.eclipse.wst.jsdt.debug.core.jsdi used by org.eclipse.wst.jsdt.debug.core.jsdi.event
Locatable
          Description of a JSDI element that has a location
Mirror
          Abstract representation of an object that can be mirrored in a VirtualMachine.
ScriptReference
          Describes a JavaScript script object.
ThreadReference
          Abstract description of a thread
 

Classes in org.eclipse.wst.jsdt.debug.core.jsdi used by org.eclipse.wst.jsdt.debug.core.jsdi.request
Locatable
          Description of a JSDI element that has a location
Location
          Abstract representation of a given location in a ScriptReference.
Mirror
          Abstract representation of an object that can be mirrored in a VirtualMachine.
ThreadReference
          Abstract description of a thread
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.