Class ValueUtil
- java.lang.Object
-
- tools.mdsd.cdo.debug.variablesview.ValueUtil
-
public class ValueUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ValueUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<org.eclipse.debug.core.model.IVariable>
findField(org.eclipse.debug.core.model.IValue value, String fieldName)
static Optional<org.eclipse.debug.core.model.IVariable>
findField(org.eclipse.debug.core.model.IValue value, String... path)
-