| 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 | |
| org.openjdk.jmc.flightrecorder | |
| org.openjdk.jmc.flightrecorder.internal.parser.v1 | |
| org.openjdk.jmc.flightrecorder.jdk |
| Modifier and Type | Method and Description |
|---|---|
IMCPackage |
IMCType.getPackage()
Returns the package this type was declared in.
|
| Modifier and Type | Field and Description |
|---|---|
static ContentType<IMCPackage> |
UnitLookup.PACKAGE |
| Modifier and Type | Class and Description |
|---|---|
class |
MCPackage
Base implementation of the
IMCPackage interface. |
| Modifier and Type | Field and Description |
|---|---|
private IMCPackage |
MCType._package |
| Modifier and Type | Method and Description |
|---|---|
IMCPackage |
MCType.getPackage() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
MethodToolkit.formatQualifiedName(IMCPackage mcPackage,
java.lang.String className)
Create a fully qualified class name based on a package.
|
private static java.lang.String |
MethodToolkit.formatQualifiedName(IMCPackage mcPackage,
java.lang.String className,
char separator)
Create a fully qualified class name based on a package.
|
static java.lang.String |
FormatToolkit.getPackage(IMCPackage mcPackage)
Get the package name as a human readable string.
|
| Modifier and Type | Method and Description |
|---|---|
private static java.lang.String |
RecordingPrinter.formatPackage(IMCPackage mcPackage) |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
StructTypes.JfrJavaPackage |
| Modifier and Type | Method and Description |
|---|---|
IMCPackage |
StructTypes.JfrJavaClass.getPackage() |
| Modifier and Type | Field and Description |
|---|---|
static IAttribute<IMCPackage> |
JdkAttributes.EXPORTED_PACKAGE |