class JavaExpressionUtil
extends java.lang.Object
Constructor and Description |
---|
JavaExpressionUtil() |
Modifier and Type | Method and Description |
---|---|
static <T extends org.eclipse.debug.core.model.IValue> |
getJavaValue(Value value,
java.lang.Class<T> type) |
static <T extends org.eclipse.debug.core.model.IValue> |
getJavaValues(Value[] values,
java.lang.Class<T> type) |
static <T extends org.eclipse.debug.core.model.IThread> |
getThread(java.lang.Class<T> type) |
public static <T extends org.eclipse.debug.core.model.IValue> T getJavaValue(Value value, java.lang.Class<T> type) throws java.lang.Exception
java.lang.Exception
public static <T extends org.eclipse.debug.core.model.IValue> T[] getJavaValues(Value[] values, java.lang.Class<T> type) throws java.lang.Exception
java.lang.Exception
public static <T extends org.eclipse.debug.core.model.IThread> T getThread(java.lang.Class<T> type) throws java.lang.Exception
java.lang.Exception