public interface ReferringObjectsProvider
| Modifier and Type | Field and Description | 
|---|---|
| static ReferringObjectsProvider | BASIC_JDI | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<ReferringObject> | getReferringObjects(EvaluationContextImpl evaluationContext,
                   com.sun.jdi.ObjectReference value,
                   long limit) | 
static final ReferringObjectsProvider BASIC_JDI
java.util.List<ReferringObject> getReferringObjects(EvaluationContextImpl evaluationContext, com.sun.jdi.ObjectReference value, long limit) throws EvaluateException
EvaluateException