| Package | Description |
|---|---|
| org.openjdk.jmc.common |
This package contains interfaces used in Mission Control to identify classes, methods, stack
traces etc.
|
| org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
| org.openjdk.jmc.common.util |
| Modifier and Type | Method and Description |
|---|---|
IMCMethod |
IMCFrame.getMethod()
The method for the frame.
|
| Modifier and Type | Field and Description |
|---|---|
static ContentType<IMCMethod> |
UnitLookup.METHOD |
| Modifier and Type | Class and Description |
|---|---|
class |
MCMethod
Base implementation of the
IMCMethod interface. |
| Modifier and Type | Method and Description |
|---|---|
IMCMethod |
MCFrame.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
static String |
FormatToolkit.getHumanReadable(IMCMethod method)
Get a human readable string representing a method, displays all available information
|
static String |
FormatToolkit.getHumanReadable(IMCMethod method,
boolean showReturnValue,
boolean showReturnValuePackage,
boolean showClassName,
boolean showClassPackageName,
boolean showArguments,
boolean showArgumentsPackage)
Get a human readable string representing a method.
|
| Constructor and Description |
|---|
MCFrame(IMCMethod method,
Integer bci,
Integer frameLineNumber,
IMCFrame.Type type)
Create a new frame instance.
|
Copyright © 2019. All rights reserved.