|
|||||||||||
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).
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 |