Class AggregatableFrame
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.stacktrace.graph.AggregatableFrame
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openjdk.jmc.common.IMCFrame
IMCFrame.Type
-
-
Constructor Summary
Constructors Constructor Description AggregatableFrame(FrameSeparator separator, IMCFrame frame)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)IntegergetBCI()IntegergetFrameLineNumber()StringgetHumanReadableSeparatorSensitiveString()StringgetHumanReadableShortString()IMCMethodgetMethod()IMCFrame.TypegetType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
AggregatableFrame
public AggregatableFrame(FrameSeparator separator, IMCFrame frame)
Constructor.- Parameters:
separator- can't be null.frame- can't be null.
-
-
Method Detail
-
getFrameLineNumber
public Integer getFrameLineNumber()
- Specified by:
getFrameLineNumberin interfaceIMCFrame
-
getType
public IMCFrame.Type getType()
-
getHumanReadableSeparatorSensitiveString
public String getHumanReadableSeparatorSensitiveString()
-
getHumanReadableShortString
public String getHumanReadableShortString()
-
-