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()
IMCFramenull if not available.getFrameLineNumber in interface IMCFramepublic java.lang.Integer getBCI()
IMCFramenull if not available.public IMCMethod getMethod()
IMCFrameIMCMethodpublic IMCFrame.Type getType()
IMCFramepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object