public class StacktraceFormatToolkit
extends java.lang.Object
Constructor and Description |
---|
StacktraceFormatToolkit() |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
asString(java.lang.Object element) |
static java.lang.String |
formatFrame(IMCFrame frame,
FrameSeparator frameSeparator)
Return a text representation of a frame with only the information that is relevant according
to the frame categorization.
|
static java.lang.String |
formatFrame(IMCFrame frame,
FrameSeparator frameSeparator,
boolean showReturnValue,
boolean showReturnValuePackage,
boolean showClassName,
boolean showClassPackageName,
boolean showArguments,
boolean showArgumentsPackage)
Return a text representation of a frame with only the information that is relevant according
to the frame categorization.
|
public static java.lang.String formatFrame(IMCFrame frame, FrameSeparator frameSeparator)
public static java.lang.String formatFrame(IMCFrame frame, FrameSeparator frameSeparator, boolean showReturnValue, boolean showReturnValuePackage, boolean showClassName, boolean showClassPackageName, boolean showArguments, boolean showArgumentsPackage)
FormatToolkit.getHumanReadable(org.openjdk.jmc.common.IMCMethod, boolean, boolean, boolean, boolean, boolean, boolean)
.private static java.lang.String asString(java.lang.Object element)