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 org.openjdk.jmc.flightrecorder.internal.parser.v1 org.openjdk.jmc.flightrecorder.internal.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.Type
IMCFrame. getType()
The compilation type of the frame.static IMCFrame.Type
IMCFrame.Type. valueOf(java.lang.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
Fields in org.openjdk.jmc.common.util declared as IMCFrame.Type Modifier and Type Field Description private IMCFrame.Type
MCFrame. m_type
Methods in org.openjdk.jmc.common.util that return IMCFrame.Type Modifier and Type Method Description IMCFrame.Type
MCFrame. getType()
Constructors in org.openjdk.jmc.common.util with parameters of type IMCFrame.Type Constructor Description MCFrame(IMCMethod method, java.lang.Integer bci, java.lang.Integer frameLineNumber, IMCFrame.Type type)
Create a new frame instance. -
Uses of IMCFrame.Type in org.openjdk.jmc.flightrecorder.internal.parser.v1
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v1 that return IMCFrame.Type Modifier and Type Method Description IMCFrame.Type
StructTypes.JfrFrame. getType()
-
Uses of IMCFrame.Type in org.openjdk.jmc.flightrecorder.internal.util
Methods in org.openjdk.jmc.flightrecorder.internal.util that return IMCFrame.Type Modifier and Type Method Description static IMCFrame.Type
ParserToolkit. parseFrameType(java.lang.String type)
-