static class StructTypes.JfrFrame extends java.lang.Object implements IMCFrame
IMCFrame.Type
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
bytecodeIndex |
java.lang.Object |
lineNumber |
java.lang.Object |
method |
java.lang.Object |
type |
Constructor and Description |
---|
JfrFrame() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getBCI()
Returns the byte code index in Java class file, or
null if not available. |
java.lang.Integer |
getFrameLineNumber()
Returns the line number for the frame, or
null if not available. |
IMCMethod |
getMethod()
The method for the frame.
|
IMCFrame.Type |
getType()
The compilation type of the frame.
|
int |
hashCode() |
public java.lang.Object method
public java.lang.Object lineNumber
public java.lang.Object bytecodeIndex
public java.lang.Object type
public java.lang.Integer getFrameLineNumber()
IMCFrame
null
if not available.getFrameLineNumber
in interface IMCFrame
public java.lang.Integer getBCI()
IMCFrame
null
if not available.public IMCMethod getMethod()
IMCFrame
IMCMethod
public IMCFrame.Type getType()
IMCFrame
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object