|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectReference
Abstract representation of an object with-respect-to JavaScript debugging
Value
Method Summary | |
---|---|
String |
className()
The name of the class represented by the ObjectReference or null if one cannot be determined. |
Value |
constructor()
The FunctionReference that can be used to create a reflected instance of the underlying class for this object or NullValue if one cannot be determined. |
Number |
id()
The object reference id - this value should be unique and never null |
List |
properties()
The properties for this ObjectReference or an empty list, never null |
Value |
prototype()
The prototype object for this ObjectReference or NullValue if one cannot be determined. |
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.Value |
---|
valueString |
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.Mirror |
---|
virtualMachine |
Method Detail |
---|
String className()
ObjectReference
or null
if one cannot be determined.prototype().className()
.
null
Value constructor()
FunctionReference
that can be used to create a reflected instance of the underlying class for this object or NullValue
if one cannot be determined.
FunctionReference
used to create a reflected instance of the underlying class or NullValue
Value prototype()
ObjectReference
or NullValue
if one cannot be determined.ObjectReference
. If no prototype can be determined Object.prototype
should be returned, but NullValue
is allowed.
ObjectReference
or NullValue
List properties()
ObjectReference
or an empty list, never null
Property
objects for this ObjectReference
or an empty listing.Number id()
null
ObjectReference
never null
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |