JavaScript Development Tools
Release 3.2

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

All Known Subinterfaces:
ArrayReference, BooleanValue, BreakpointEvent, BreakpointRequest, DebuggerStatementEvent, DebuggerStatementRequest, Event, EventRequest, EventSet, ExceptionEvent, ExceptionRequest, FunctionReference, LocatableEvent, NullValue, NumberValue, ObjectReference, PrimitiveValue, Property, ScriptLoadEvent, ScriptLoadRequest, ScriptReference, StackFrame, StepEvent, StepRequest, StringValue, SuspendEvent, SuspendRequest, ThreadEnterEvent, ThreadEnterRequest, ThreadExitEvent, ThreadExitRequest, ThreadReference, UndefinedValue, Value, Variable, VMDeathEvent, VMDeathRequest, VMDisconnectEvent, VMDisconnectRequest

public interface Mirror

Abstract representation of an object that can be mirrored in a VirtualMachine.

Since:
1.0
See Also:
Event, EventRequest, EventSet, Property, ScriptReference, StackFrame, ThreadReference, Value
Restriction:
This interface is not intended to be extended by clients.

Method Summary
 VirtualMachine virtualMachine()
          Returns the handle to the VirtualMachine that this mirror object was spawned from
 

Method Detail

virtualMachine

VirtualMachine virtualMachine()
Returns the handle to the VirtualMachine that this mirror object was spawned from

Returns:
the VirtualMachine handle that this mirror was spawned from

JavaScript Development Tools
Release 3.2

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