public interface Modifier
| Modifier and Type | Method and Description |
|---|---|
boolean |
canInspect() |
boolean |
canSetValue() |
com.sun.jdi.Type |
getExpectedType() |
NodeDescriptor |
getInspectItem(Project project) |
void |
setValue(com.sun.jdi.Value value)
sets the value to the expression
|
boolean canInspect()
boolean canSetValue()
void setValue(com.sun.jdi.Value value)
throws com.sun.jdi.ClassNotLoadedException,
com.sun.jdi.InvalidTypeException,
EvaluateException
com.sun.jdi.ClassNotLoadedExceptioncom.sun.jdi.InvalidTypeExceptionEvaluateExceptioncom.sun.jdi.Type getExpectedType()
throws com.sun.jdi.ClassNotLoadedException,
EvaluateException
com.sun.jdi.ClassNotLoadedExceptionEvaluateExceptionNodeDescriptor getInspectItem(Project project)