public class PreferenceConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ALL_METHODS_AS_CLASSES |
static String |
FRAMES_ONLY |
static String |
NO_METHODS_AS_CLASSES |
static String |
P_METHODS
Whether to treat stack frames as psuedo-objects and methods as pseudo-classes
|
static String |
P_SUPPRESS_CLASS_NATIVE_SIZES |
static String |
RUNNING_METHODS_AS_CLASSES |
| Constructor and Description |
|---|
PreferenceConstants() |
public static final String P_METHODS
public static final String P_SUPPRESS_CLASS_NATIVE_SIZES
public static final String NO_METHODS_AS_CLASSES
public static final String RUNNING_METHODS_AS_CLASSES
public static final String ALL_METHODS_AS_CLASSES
public static final String FRAMES_ONLY