|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents one local. This interface is extended by ObjectVariable
interface, if the represented local contains not primitive value (object
value).
Since JDI interfaces evolve from one version to another, it's strongly recommended not to implement this interface in client code. New methods can be added to this interface at any time to keep up with the JDI functionality.
ObjectVariable
Method Summary | |
String |
getClassName()
Returns name of enclosing class. |
String |
getDeclaredType()
Declared type of this local. |
String |
getName()
Declared name of local. |
void |
setValue(String value)
Sets value of this local represented as text. |
Methods inherited from interface org.netbeans.api.debugger.jpda.Variable |
getType, getValue |
Method Detail |
public String getName()
public String getClassName()
public String getDeclaredType()
public void setValue(String value) throws InvalidExpressionException
value
- a new value of this local represented as text
InvalidExpressionException
- if the expression is not correct
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |