|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.m2m.atl.debug.core.adwp.Value
org.eclipse.m2m.atl.debug.core.adwp.ObjectReference
org.eclipse.m2m.atl.core.ui.vm.debug.LocalObjectReference
public class LocalObjectReference
The local implementation of an object reference.
| Nested Class Summary | |
|---|---|
protected class |
LocalObjectReference.ADWPStackFrame
A StackFrame for the debugging protocol, which doesn't interfere with the debugging process. |
| Field Summary | |
|---|---|
protected NetworkDebugger |
debugger
|
protected java.lang.Object |
object
|
| Fields inherited from class org.eclipse.m2m.atl.debug.core.adwp.ObjectReference |
|---|
id |
| Constructor Summary | |
|---|---|
protected |
LocalObjectReference(java.lang.Object object,
int id,
NetworkDebugger debugger)
Creates a new LocalObjectReference. |
| Method Summary | |
|---|---|
static Value |
asm2value(ASMOclAny o,
NetworkDebugger debugger)
Converts an ASM Object into a Value. |
Value |
call(java.lang.String opName,
java.util.List<Value> args)
Calls an operation with the given arguments. |
Value |
get(java.lang.String propName)
Gets a value for the given property. |
java.lang.Object |
getObject()
|
void |
set(java.lang.String propName,
Value value)
Sets a value for the given property. |
java.lang.String |
toString()
|
static ObjectReference |
valueOf(int objectId)
Returns the object reference matching the given id. |
static ObjectReference |
valueOf(java.lang.Object object,
NetworkDebugger debugger)
Returns an object reference for the given object. |
| Methods inherited from class org.eclipse.m2m.atl.debug.core.adwp.ObjectReference |
|---|
getId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Object object
protected NetworkDebugger debugger
| Constructor Detail |
|---|
protected LocalObjectReference(java.lang.Object object,
int id,
NetworkDebugger debugger)
object - the objectid - the objecct iddebugger - the debugger| Method Detail |
|---|
public java.lang.Object getObject()
public java.lang.String toString()
toString in class ObjectReferenceObjectReference.toString()public static ObjectReference valueOf(int objectId)
objectId - the object id
public static ObjectReference valueOf(java.lang.Object object,
NetworkDebugger debugger)
object - the objectdebugger - the current debugger
public Value get(java.lang.String propName)
get in class ObjectReferencepropName - the property name
ObjectReference.get(java.lang.String)
public void set(java.lang.String propName,
Value value)
set in class ObjectReferencepropName - the property namevalue - the value to setObjectReference.set(java.lang.String,
org.eclipse.m2m.atl.debug.core.adwp.Value)
public Value call(java.lang.String opName,
java.util.List<Value> args)
call in class ObjectReferenceopName - the operation nameargs - the arguments
ObjectReference.call(java.lang.String, java.util.List)
public static Value asm2value(ASMOclAny o,
NetworkDebugger debugger)
Value.
o - the objectdebugger - the current debugger
Value
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||