Class EliminatedAllocationRowBean
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.ui.report.AbstractReportRowBean
-
- org.adoptopenjdk.jitwatch.ui.report.eliminatedallocation.EliminatedAllocationRowBean
-
- All Implemented Interfaces:
IReportRowBean
public class EliminatedAllocationRowBean extends AbstractReportRowBean
-
-
Field Summary
-
Fields inherited from class org.adoptopenjdk.jitwatch.ui.report.AbstractReportRowBean
report
-
-
Constructor Summary
Constructors Constructor Description EliminatedAllocationRowBean(Report report)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCompilation()java.lang.StringgetEliminatedType()java.lang.StringgetKind()java.lang.StringgetMember()java.lang.StringgetMetaClass()-
Methods inherited from class org.adoptopenjdk.jitwatch.ui.report.AbstractReportRowBean
getBytecodeOffset, getReport, getText
-
-
-
-
Constructor Detail
-
EliminatedAllocationRowBean
public EliminatedAllocationRowBean(Report report)
-
-