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

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

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

Subclasses of ObjectReference in org.eclipse.m2m.atl.core.ui.vm.debug
 class LocalObjectReference
          The local implementation of an object reference.
 

Methods in org.eclipse.m2m.atl.core.ui.vm.debug that return ObjectReference
protected  ObjectReference ADWPDebuggee.readObjectReference(int id)
          Reads an object reference.
static ObjectReference LocalObjectReference.valueOf(int objectId)
          Returns the object reference matching the given id.
static ObjectReference LocalObjectReference.valueOf(java.lang.Object object, NetworkDebugger debugger)
          Returns an object reference for the given object.
 

Uses of ObjectReference in org.eclipse.m2m.atl.debug.core
 

Methods in org.eclipse.m2m.atl.debug.core that return ObjectReference
 ObjectReference AtlStackFrame.getStackFrame()
           
 

Constructors in org.eclipse.m2m.atl.debug.core with parameters of type ObjectReference
AtlStackFrame(AtlThread thread, ObjectReference stackFrame, AtlNbCharFile atlnbcharfile, org.eclipse.core.resources.IFile sourcefile)
          Creates a new AtlStackFrame for Eclipse-based debugging.
 

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

Subclasses of ObjectReference in org.eclipse.m2m.atl.debug.core.adwp
 class RemoteObjectReference
          The remote implementation of the ObjectReference.
 

Methods in org.eclipse.m2m.atl.debug.core.adwp that return ObjectReference
protected abstract  ObjectReference ADWP.readObjectReference(int id)
          Reads an object reference.
protected  ObjectReference ADWPDebugger.readObjectReference(int id)
          Reads an object reference.
static ObjectReference RemoteObjectReference.valueOf(ADWPDebugger debugger, int objectId)
          Returns the ObjectReference of a given object by its id.
 

Constructors in org.eclipse.m2m.atl.debug.core.adwp with parameters of type ObjectReference
AtlValue(Value value, ObjectReference asType, AtlDebugTarget atlDT)
          Constructor.
 

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

Methods in org.eclipse.m2m.atl.engine.emfvm.launch.debug that return ObjectReference
protected  ObjectReference ADWPDebuggee.readObjectReference(int id)
          Reads an object reference.
static ObjectReference LocalObjectReference.valueOf(int objectId)
          Returns the object reference matching the given id.
static ObjectReference LocalObjectReference.valueOf(java.lang.Object object, NetworkDebugger debugger)
          Returns an object reference for the given object.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.