Class RemoteObjectReference
java.lang.Object
org.eclipse.m2m.atl.debug.core.adwp.Value
org.eclipse.m2m.atl.debug.core.adwp.ObjectReference
org.eclipse.m2m.atl.debug.core.adwp.RemoteObjectReference
The remote implementation of the
ObjectReference.-
Field Summary
Fields inherited from class org.eclipse.m2m.atl.debug.core.adwp.ObjectReference
id -
Method Summary
Modifier and TypeMethodDescriptionCalls an operation with the given arguments.Gets a value for the given property.voidSets a value for the given property.toString()static ObjectReferencevalueOf(ADWPDebugger debugger, int objectId) Returns theObjectReferenceof a given object by its id.Methods inherited from class org.eclipse.m2m.atl.debug.core.adwp.ObjectReference
getId
-
Method Details
-
get
Gets a value for the given property.- Specified by:
getin classObjectReference- Parameters:
propName- the property name- Returns:
- the value
- See Also:
-
set
Sets a value for the given property.- Specified by:
setin classObjectReference- Parameters:
propName- the property namevalue- the value to set- See Also:
-
call
Calls an operation with the given arguments.- Specified by:
callin classObjectReference- Parameters:
opName- the operation nameargs- the arguments- Returns:
- the operation call result
- See Also:
-
toString
- Overrides:
toStringin classObjectReference- See Also:
-
valueOf
Returns theObjectReferenceof a given object by its id.- Parameters:
debugger- the current debuggerobjectId- the object id- Returns:
- the
ObjectReference
-