|
org.netbeans.api.debugger.jpda/2 2.4.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalVariable
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 |
---|
String getName()
String getClassName()
String getDeclaredType()
void setValue(String value) throws InvalidExpressionException
value
- a new value of this local represented as text
InvalidExpressionException
- if the expression is not correct
|
org.netbeans.api.debugger.jpda/2 2.4.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |