|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Variable
Abstract description of a variable.
Property
Method Summary | |
---|---|
boolean |
isArgument()
Returns true if this variable is an argument false otherwise. |
boolean |
isVisible(StackFrame frame)
Returns true if this variable is externally visible in the context of the given StackFrame . |
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.Property |
---|
name, value |
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.Mirror |
---|
virtualMachine |
Method Detail |
---|
boolean isArgument()
true
if this variable is an argument false
otherwise.
true
if this variable is an argument false
otherwiseboolean isVisible(StackFrame frame)
true
if this variable is externally visible in the context of the given StackFrame
.
frame
- the StackFrame
context
true
if this variable is externally visible within the given StackFrame
false
otherwise
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |