class Format extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.ArrayList<java.lang.String> |
DRAWING_INCLUDE_REGEX |
private static java.util.ArrayList<java.lang.String> |
EXCLUDE_REGEX |
Modifier | Constructor and Description |
---|---|
private |
Format() |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
emptyArrayToStringShort(com.sun.jdi.ArrayReference arrayRef,
int length) |
static java.lang.String |
fieldToString(com.sun.jdi.Field f) |
static com.sun.jdi.StackFrame |
getFrame(com.sun.jdi.Method meth,
com.sun.jdi.ThreadReference thr) |
static java.lang.String |
glob2regex(java.lang.String glob) |
static boolean |
ignoreThread(com.sun.jdi.ThreadReference thr) |
static boolean |
isClassMethod(com.sun.jdi.Method m) |
static boolean |
isConstructor(com.sun.jdi.Method m) |
static boolean |
isObjectField(com.sun.jdi.Field f) |
static boolean |
isObjectMethod(com.sun.jdi.Method m) |
static boolean |
isStaticField(com.sun.jdi.Field f) |
static boolean |
isWrapper(com.sun.jdi.Type type) |
static boolean |
matchesExcludePrefix(java.lang.String typeName) |
static boolean |
matchesExcludePrefixShow(java.lang.String typeName) |
static java.lang.String |
methodToString(com.sun.jdi.Method m,
boolean showClass) |
static java.lang.String |
methodToString(com.sun.jdi.Method m,
boolean showClass,
boolean showParameters,
java.lang.String dotCharacter) |
private static java.lang.String |
nonemptyArrayToStringShort(com.sun.jdi.ArrayReference arrayRef,
int length) |
private static java.lang.String |
objectToStringLong(boolean inArray,
java.util.Set<com.sun.jdi.Value> visited,
com.sun.jdi.ObjectReference objRef) |
static java.lang.String |
objectToStringLong(com.sun.jdi.ObjectReference objRef) |
static java.lang.String |
objectToStringShort(com.sun.jdi.ObjectReference objRef) |
static java.lang.String |
shortenFilename(java.lang.String fn) |
static java.lang.String |
shortenFullyQualifiedName(java.lang.String fqn) |
static boolean |
tooManyFields(com.sun.jdi.ObjectReference objRef) |
private static java.lang.String |
valueToString(boolean inArray,
java.util.Set<com.sun.jdi.Value> visited,
com.sun.jdi.Value value) |
static java.lang.String |
valueToString(com.sun.jdi.Value value) |
static java.lang.String |
valueToStringShort(com.sun.jdi.Value value) |
static java.lang.String |
wrapperToString(com.sun.jdi.ObjectReference obj) |
private static final java.util.ArrayList<java.lang.String> EXCLUDE_REGEX
private static final java.util.ArrayList<java.lang.String> DRAWING_INCLUDE_REGEX
private Format()
public static com.sun.jdi.StackFrame getFrame(com.sun.jdi.Method meth, com.sun.jdi.ThreadReference thr)
public static java.lang.String glob2regex(java.lang.String glob)
public static boolean matchesExcludePrefix(java.lang.String typeName)
public static boolean matchesExcludePrefixShow(java.lang.String typeName)
public static java.lang.String valueToString(com.sun.jdi.Value value)
private static java.lang.String valueToString(boolean inArray, java.util.Set<com.sun.jdi.Value> visited, com.sun.jdi.Value value)
public static java.lang.String valueToStringShort(com.sun.jdi.Value value)
public static boolean isWrapper(com.sun.jdi.Type type)
public static java.lang.String wrapperToString(com.sun.jdi.ObjectReference obj)
public static java.lang.String objectToStringShort(com.sun.jdi.ObjectReference objRef)
private static java.lang.String emptyArrayToStringShort(com.sun.jdi.ArrayReference arrayRef, int length)
private static java.lang.String nonemptyArrayToStringShort(com.sun.jdi.ArrayReference arrayRef, int length)
public static java.lang.String objectToStringLong(com.sun.jdi.ObjectReference objRef)
private static java.lang.String objectToStringLong(boolean inArray, java.util.Set<com.sun.jdi.Value> visited, com.sun.jdi.ObjectReference objRef)
public static boolean ignoreThread(com.sun.jdi.ThreadReference thr)
public static boolean isStaticField(com.sun.jdi.Field f)
public static boolean isObjectField(com.sun.jdi.Field f)
public static boolean isConstructor(com.sun.jdi.Method m)
public static boolean isObjectMethod(com.sun.jdi.Method m)
public static boolean isClassMethod(com.sun.jdi.Method m)
public static boolean tooManyFields(com.sun.jdi.ObjectReference objRef)
public static java.lang.String shortenFullyQualifiedName(java.lang.String fqn)
public static java.lang.String shortenFilename(java.lang.String fn)
public static java.lang.String fieldToString(com.sun.jdi.Field f)
public static java.lang.String methodToString(com.sun.jdi.Method m, boolean showClass)
public static java.lang.String methodToString(com.sun.jdi.Method m, boolean showClass, boolean showParameters, java.lang.String dotCharacter)