|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FunctionReference
Abstract representation of a function object with-respect-to Javascript debugging.
ObjectReference
Method Summary | |
---|---|
String |
functionBody()
Returns the source code for the body of the function. |
String |
functionName()
Returns the name of the function as it has been defined at the creation time of this value. |
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.ObjectReference |
---|
className, constructor, id, properties, prototype |
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 functionName()
String functionBody()
null
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |