public class Utils
extends java.lang.Object
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
description(com.sun.jdi.ObjectReference ref)
Return a description of an object.
|
static long |
fromHex(java.lang.String hexStr)
Convert hexadecimal strings to longs.
|
static java.lang.String |
getStatus(com.sun.jdi.ThreadReference thr)
Return the thread status description.
|
static boolean |
isJavaIdentifier(java.lang.String s) |
static boolean |
isValidMethodName(java.lang.String s) |
static java.lang.String |
locationString(com.sun.jdi.Location loc) |
static java.lang.String |
toHex(long n)
Convert a long to a hexadecimal string.
|
static java.lang.String |
toString(com.sun.jdi.StackFrame sframe)
Returns a description of a stack frame.
|
public static java.lang.String getStatus(com.sun.jdi.ThreadReference thr)
public static java.lang.String description(com.sun.jdi.ObjectReference ref)
public static java.lang.String toString(com.sun.jdi.StackFrame sframe)
public static java.lang.String toHex(long n)
public static long fromHex(java.lang.String hexStr)
public static java.lang.String locationString(com.sun.jdi.Location loc)
public static boolean isValidMethodName(java.lang.String s)
public static boolean isJavaIdentifier(java.lang.String s)