JavaScript Development Tools
Release 3.2

Uses of Interface
org.eclipse.wst.jsdt.debug.core.jsdi.Mirror

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

Uses of Mirror in org.eclipse.wst.jsdt.debug.core.jsdi
 

Subinterfaces of Mirror in org.eclipse.wst.jsdt.debug.core.jsdi
 interface ArrayReference
          Abstract representation of an array.
 interface BooleanValue
          Represents a boolean value with-respect-to JavaScript debugging.
 interface FunctionReference
          Abstract representation of a function object with-respect-to Javascript debugging.
 interface NullValue
          Abstract representation of the value Null (null).
 interface NumberValue
          Abstract representation of a Number value with-respect-to JavaScript debugging.
 interface ObjectReference
          Abstract representation of an object with-respect-to JavaScript debugging
 interface PrimitiveValue
          Abstract representation of a primitive value with-respect-to JavaScript debugging
 interface Property
          Abstract description of an object property.
 interface ScriptReference
          Describes a JavaScript script object.
 interface StackFrame
          Abstract description of a stack frame
 interface StringValue
          Abstract representation of a String literal with-respect-to JavaScript debugging
 interface ThreadReference
          Abstract description of a thread
 interface UndefinedValue
          Abstract representation of the JavaScript value undefined
 interface Value
          Abstract representation of a value.
 interface Variable
          Abstract description of a variable.
 

Uses of Mirror in org.eclipse.wst.jsdt.debug.core.jsdi.event
 

Subinterfaces of Mirror in org.eclipse.wst.jsdt.debug.core.jsdi.event
 interface BreakpointEvent
          Description of a JSDI event indicating a breakpoint has been encountered.
 interface DebuggerStatementEvent
          Description of a JSDI event indicating a debugger; statement has been encountered.
 interface Event
          Abstract description of a JSDI event
 interface EventSet
          Describes a heterogeneous set of Events.
 interface ExceptionEvent
          Description of a JSDI event indicating an exception has occurred.
 interface LocatableEvent
          Description of a JSDI event that has a location
 interface ScriptLoadEvent
          Description of a JSDI event indicating a script has been loaded.
 interface StepEvent
          Description of a JSDI event indicating a stepping event occurred.
 interface SuspendEvent
          Description of a JSDI event indicating a suspend event occurred.
 interface ThreadEnterEvent
          Description of a JSDI event indicating a thread context has been entered.
 interface ThreadExitEvent
          Description of a JSDI event indicating a thread context has been exited.
 interface VMDeathEvent
          Description of a JSDI event indicating a VirtualMachine has been stopped in an unexpected way.
 interface VMDisconnectEvent
          Description of a JSDI event indicating a VirtualMachine has been disconnected.
 

Uses of Mirror in org.eclipse.wst.jsdt.debug.core.jsdi.request
 

Subinterfaces of Mirror in org.eclipse.wst.jsdt.debug.core.jsdi.request
 interface BreakpointRequest
          Description of a JSDI request for breakpoints.
 interface DebuggerStatementRequest
          Description of a JSDI request for a debugger; statement.
 interface EventRequest
          Description of a JSDI request.
 interface ExceptionRequest
          Description of a JSDI request for an exception.
 interface ScriptLoadRequest
          Description of a JSDI request for a debugger; statement.
 interface StepRequest
          Description of a JSDI request for a step operation.
 interface SuspendRequest
          Description of a JSDI request for a suspend operation.
 interface ThreadEnterRequest
          Description of a JSDI request to enter a thread.
 interface ThreadExitRequest
          Description of a JSDI request to exit a thread.
 interface VMDeathRequest
          Description of a JSDI request to terminate a VirtualMachine.
 interface VMDisconnectRequest
          Description of a JSDI request to disconnect a VirtualMachine.
 


JavaScript Development Tools
Release 3.2

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