Uses of Class
org.openjdk.jmc.common.IMCFrame.Type
-
Packages that use IMCFrame.Type 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.util -
-
Uses of IMCFrame.Type in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IMCFrame.Type Modifier and Type Method Description IMCFrame.TypeIMCFrame. getType()The compilation type of the frame.static IMCFrame.TypeIMCFrame.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static IMCFrame.Type[]IMCFrame.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IMCFrame.Type in org.openjdk.jmc.common.util
Methods in org.openjdk.jmc.common.util that return IMCFrame.Type Modifier and Type Method Description IMCFrame.TypeMCFrame. getType()Constructors in org.openjdk.jmc.common.util with parameters of type IMCFrame.Type Constructor Description MCFrame(IMCMethod method, Integer bci, Integer frameLineNumber, IMCFrame.Type type)Create a new frame instance.
-