JavaScript Development Tools
Release 3.2

Uses of Interface
org.eclipse.wst.jsdt.debug.core.model.IJavaScriptValue

Packages that use IJavaScriptValue
org.eclipse.wst.jsdt.debug.core.model   
 

Uses of IJavaScriptValue in org.eclipse.wst.jsdt.debug.core.model
 

Subinterfaces of IJavaScriptValue in org.eclipse.wst.jsdt.debug.core.model
 interface IJavaScriptPrimitiveValue
          Describes a primitive value
 

Methods in org.eclipse.wst.jsdt.debug.core.model that return IJavaScriptValue
 IJavaScriptValue IJavaScriptStackFrame.evaluate(String expression)
          Allows the given expression to be evaluated and returns the Value of the evaluation.
 IJavaScriptValue IJavaScriptThread.evaluate(String expression)
          Allows the given expression to be evaluated and returns the Value of the evaluation.
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.