Uses of Interface
org.openjdk.jmc.common.IMCFrame
-
Packages that use IMCFrame 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 -
-
Uses of IMCFrame in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return types with arguments of type IMCFrame Modifier and Type Method Description List<? extends IMCFrame>IMCStackTrace. getFrames()Return the frames that this stack trace consist of. -
Uses of IMCFrame in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit with type parameters of type IMCFrame Modifier and Type Field Description static ContentType<IMCFrame>UnitLookup. STACKTRACE_FRAME -
Uses of IMCFrame in org.openjdk.jmc.common.util
Classes in org.openjdk.jmc.common.util that implement IMCFrame Modifier and Type Class Description classMCFrameBase implementation of theIMCFrameinterface.Methods in org.openjdk.jmc.common.util that return types with arguments of type IMCFrame Modifier and Type Method Description List<IMCFrame>MCStackTrace. getFrames()Constructor parameters in org.openjdk.jmc.common.util with type arguments of type IMCFrame Constructor Description MCStackTrace(List<IMCFrame> frames, IMCStackTrace.TruncationState truncationState)Create a new stack trace instance.
-