Class StructTypes.JfrFrame
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.internal.parser.v1.StructTypes.JfrFrame
-
- All Implemented Interfaces:
IMCFrame
- Enclosing class:
- StructTypes
static class StructTypes.JfrFrame extends java.lang.Object implements IMCFrame
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openjdk.jmc.common.IMCFrame
IMCFrame.Type
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.ObjectbytecodeIndexjava.lang.ObjectlineNumberjava.lang.Objectmethodjava.lang.Objecttype
-
Constructor Summary
Constructors Constructor Description JfrFrame()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.IntegergetBCI()Returns the byte code index in Java class file, ornullif not available.java.lang.IntegergetFrameLineNumber()Returns the line number for the frame, ornullif not available.IMCMethodgetMethod()The method for the frame.IMCFrame.TypegetType()The compilation type of the frame.inthashCode()
-
-
-
Method Detail
-
getFrameLineNumber
public java.lang.Integer getFrameLineNumber()
Description copied from interface:IMCFrameReturns the line number for the frame, ornullif not available.- Specified by:
getFrameLineNumberin interfaceIMCFrame- Returns:
- the line number
-
getBCI
public java.lang.Integer getBCI()
Description copied from interface:IMCFrameReturns the byte code index in Java class file, ornullif not available.
-
getMethod
public IMCMethod getMethod()
Description copied from interface:IMCFrameThe method for the frame. SeeIMCMethod
-
getType
public IMCFrame.Type getType()
Description copied from interface:IMCFrameThe compilation type of the frame.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-